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

后端 未结 12 2675
一整个雨季
一整个雨季 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:05

    Xcode 4.2 still has some rough edges from my usage. A complete removal and re-install fixed an issue I had (it was stuck on "Attaching" and none of the solutions on the "official" SO thread helped). Might be a bit extreme though.

    Select the top-level project in the File Navigator and go to the Build Phases tab. Expand "Link Binary with Frameworks" section—are there any frameworks that aren't Apple-provided? Are they Optional or Required? And does any of your code required any additional frameworks?

    To help more could you post all the log messages that are currently being obscured by the call stack popup?

提交回复
热议问题