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

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

    I had similar problem with logic unit testing (running separate target without dependency on the main app in the iOS simulator), in my situation problem was in lldb, here is more details:
    Logic unit tests crash

提交回复
热议问题