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

前端 未结 7 1374
我寻月下人不归
我寻月下人不归 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:16

    In my case it just appeared probably because I ran project again while it was building. So what I did was not only clean but also folder clean my project using

    SHITF + ALT + COMMAND  + K 
    

    also I deleted derived data and the project was up and running again.

提交回复
热议问题