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

前端 未结 7 1057
北恋
北恋 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 21:07

    If you are using Carthage you might have forgotten to add a framework to the "Copy Frameworks" Go to Target -> Build Phases -> Copy Frameworks -> Add the framework to the list.

提交回复
热议问题