This copy of libswiftCore.dylib requires an OS version prior to 12.2.0

后端 未结 6 2135
夕颜
夕颜 2020-12-29 21:33

The app crashes on launch when running from XCode 10.2 (before and after Swift 5.0 migration) with this on console

This copy of libswiftCore.dylib req

6条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-29 22:07

    Go to BuildSettings -> Linking -> runpath search path and add

    /usr/lib/swift

    as your 1st argument like this:

    Image of dialog

提交回复
热议问题