Xcode 10.2, Swift 5, Command compileSwift failed while build the program with Release Scheme

前端 未结 7 1380
我寻月下人不归
我寻月下人不归 2021-01-03 22:38

I\'m using Xcode 10.2, Swift 5.

With Debug scheme, no issue happens, but with Release scheme when I build or archive, it shows Command compileSwift failed with a non

7条回答
  •  轮回少年
    2021-01-03 23:17

    you can follow this steps...

    1. Make sure to change Swift version to your current version.
    2. Update all your pods.
    3. Clean all derived data of Xcode.
    4. Now Restart your Mac.

    You are getting all those error's just because of pods..so either you need to update every pod that you are using.

提交回复
热议问题