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

前端 未结 7 1261
说谎
说谎 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 22:56

    After using XCode 6.1.1 I am able to put the code on iOS 8+ iOS7.1.2 and iOS 6.1.3 Although the warning is still there but the app works absolutely fine on all the 3 OSs

    ====================== Lucky guy... My project keeps failing to compile after I referenced the PushKit framework.

    The project is a new project created by Xcode with only 3 new functions for testing Push Notification.

    The workaround is to put the PushKit framework as "embedded", but this is not a good solution since my working Xcode project will be generated from Unity3d. Making the changes manually will break the auto build process.

提交回复
热议问题