iOS App crashing before entering main() with Xcode 4.2 & iOS 5

后端 未结 12 2682
一整个雨季
一整个雨季 2020-12-10 12:50

Background

After upgrading xcode4.1/ios4 to xcode4.2/ios5 I am experiencing crashes while the App is loading and before it even enters main().

12条回答
  •  死守一世寂寞
    2020-12-10 13:10

    An app crashing before entering main.m can happen when a linked framework doesn't get copied, for example because the project uses Carthage and the Run Script build phase /usr/local/bin/carthage copy-frameworks is missing.

提交回复
热议问题