Search code examples
xcode7code-signing-certificatexcode7.1

Can't launch Enterprise build prepared with Xcode7


Application crashes with following error (code signature invalid for)

/private/var/mobile/Containers/Bundle/Application/3A363B6A-1B5E-455E-958D-AED4211572BF/MyApp.app/Frameworks/libswiftCore.dylib:

code signature invalid for

'/private/var/mobile/Containers/Bundle/Application/3A363B6A-1B5E-455E-958D-AED4211572BF/MyApp.app/Frameworks/libswiftCore.dylib'


Solution

  • Code signing libs and Frameworks with the help of this script helped to fix this issue.