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

后端 未结 6 2134
夕颜
夕颜 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:17

    Check that the version of iOS Deployment Target in Build Settings are installed correctly, especially when you use app extensions (todayextension, shareextension) all versions must be the same.

提交回复
热议问题