Skip to content

Instantly share code, notes, and snippets.

@dodikk
Created April 5, 2017 09:32
Show Gist options
  • Save dodikk/73ec0ef7e378ed641fd489a5abb48247 to your computer and use it in GitHub Desktop.
Save dodikk/73ec0ef7e378ed641fd489a5abb48247 to your computer and use it in GitHub Desktop.
[ios] Singing frameworks inside other frameworks
[4/5/17, 11:32:17 AM] Shcherbinin Anatoly: @question может кто-нибудь знает как заставить подписываться встроенные в фреймворк фреймворки?
[4/5/17, 11:33:04 AM] Shcherbinin Anatoly: вылетает no suitable image found. Did find:... required code signature missing for...
[4/5/17, 12:01:47 PM] Dmitry Savenok: 1) можно добавить в Other Code Signing Flags строку --deep --force
2) можно добавить build phase в которой делать
codesign --deep --force -v -s "$CODE_SIGN_IDENTITY" "$TARGET_BUILD_DIR/$EXECUTABLE_NAME.app"
лучше 1е
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment