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

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

    Got it fixed in our ObjectiveC-only project by adding empty Swift file. Don't remove it, just keep it there forever!

提交回复
热议问题