Which is the cause for dyld`dyld_fatal_error, a in

2019-02-16 05:51发布

I'm moving part of my projects to iOS 5 / ARC. One of the oldest project (iOS 4.2, armv6 for support iPod Touch 2g) is giving to me:

dyld`dyld_fatal_error:
0x8feb1070:  int3   
0x8feb1071:  nop    

Just after the launch image but before going to main. Must be some lib/code updated to iOS 5, but which one? Is possible to use a better method than guess??

7条回答
一夜七次
2楼-- · 2019-02-16 06:37

I had the same issue and this happens when I was running the app on my iPhone 6s, and it was working before..

Just go to Product -> Clean and re run it again...

I hope this helps.

查看更多
登录 后发表回答