dyld: Library not loaded: @rpath/libswiftCore.dylib

前端 未结 30 1773
小蘑菇
小蘑菇 2020-11-22 04:27

I am trying to run a Swift app on my iPhone 4s. It works fine on the simulator, and my friend can successfully run it on his iPhone 4s. I have iOS 8 and the official release

30条回答
  •  执笔经年
    2020-11-22 05:05

    In Xcode 8 the option for Embedded Content Contains Swift Code option is no longer available.

    It has been renamed to "Always Embed Swift Standard Libraries = YES"

提交回复
热议问题