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

前端 未结 5 892
我在风中等你
我在风中等你 2021-01-12 22:03

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

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

I know that theses question ha

5条回答
  •  时光说笑
    2021-01-12 22:31

    Cracked it.

    Check if the framework you're trying to build or one of it's dependency framework uses any of the Swift standard libraries. If yes, create a NEW key in the build settings

    ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;

提交回复
热议问题