When starting an app I’m building for iOS I got a runtime error with code __dyld__dyld_start
. After some frustration, some googling and some testing I found the solution – setting the -weak-lSystem
linker flag in Xcode (Targets -> Your target -> Build Setting tab).
__dyld__dyld_start error when launching your iOS app
Reply