relocatable dylibs (e.g. embedded frameworks) are only supported on iOS 8.0 and later (@rpath/libswift_stdlib_core.dylib)

前端 未结 7 1263
说谎
说谎 2021-01-30 22:21

I just upgraded from Xcode 6 Beta 2 to Xcode Beta 3 and am now getting the following warning when building my project:

ld: warning: relocatable dylibs (e.g. embe         


        
7条回答
  •  情话喂你
    2021-01-30 23:04

    Read this github post from ReactiveCocoa

    The bug is still present in XCode6 GM and so XCode6 final release:

    Well, I get the exact same issue in xcode6GM no matter whether I create framework for swift OR objc :-[[[[[[[[[[[[[[[

    According to Apple Extension Programming Guide:

    You can make a containing app available to users running iOS 7 or earlier, but then must take precautions to safely link embedded frameworks when running in iOS 8 or later.

    talking about app extensions, but if you read it, you can understand that this applies to embedded frameworks in general.

提交回复
热议问题