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

前端 未结 27 2596
我在风中等你
我在风中等你 2020-11-27 14:01

I am running my app from xcode to my iOS device and I get this and black screen on iOS device.

Console text:

dyld: Library not loaded: @rpath/libswif         


        
相关标签:
27条回答
  • 2020-11-27 14:55

    For me has worked set the option

    ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES
    

    to YES in Project -> Build Settings -> Build Options

    (Namirial framework through Cocoapods)

    0 讨论(0)
  • 2020-11-27 14:55

    For Me restart simulator solved this problem.

    0 讨论(0)
  • 2020-11-27 14:56

    I had to switch 'Embedded Content Contains Swift Code' to 'Yes' to get my Obj-C app to work after updating the Obj-C embedded framework with a Swift object.

    0 讨论(0)
提交回复
热议问题