Building with LLVM and any optimization causes app to crash on startup

前端 未结 2 1017
一个人的身影
一个人的身影 2020-12-05 16:03

When I try to build my app with LLVM 2.0 in XCode 4.0.1 and any level or optimization that is not none (anything but -O0), the app crashes after i launch it on the device (s

2条回答
  •  执笔经年
    2020-12-05 16:58

    Upgrade to Xcode 4.0.2.

    It fixed this issue (crash on launch for ARMv6 but not ARMv7 with optimization turned on) for us.

提交回复
热议问题