Created
April 5, 2017 09:32
-
-
Save dodikk/73ec0ef7e378ed641fd489a5abb48247 to your computer and use it in GitHub Desktop.
[ios] Singing frameworks inside other frameworks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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