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:
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.