Xcode 6.0.1 Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc failed with exit code 1

后端 未结 24 2366
长情又很酷
长情又很酷 2020-11-27 13:18

I am getting this error on archive:

Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc failed with

24条回答
  •  清歌不尽
    2020-11-27 14:05

    Deleted files reference keep in Build Phase and that's why it gives this error. Remove reference from there as well.

    Project> Target > Build Phase

    Under this section you will find your deleted files in red colour. Remove these files error will resolve.

提交回复
热议问题