Which is the cause for dyld`dyld_fatal_error, a incompatible api on iOS?

前端 未结 7 1071
北恋
北恋 2021-01-07 20:21

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:
         


        
7条回答
  •  无人及你
    2021-01-07 20:57

    I have the same issue with Reachability.framework. It worked fine for iPhone 5 but while run the same code for iPhone 7S Plus ,it show the error.

    The solution for this problem is : 1. Go to General -> Embedded Binaries. 2. Add same framework (in my case Reachability.framework) 3. Then, add libc++.tbd in Linked Frameworks and Libraries.

    Hope it work for you.

提交回复
热议问题