ERROR “swiftc failed with exit code 1” when converting to latest syntax

前端 未结 26 2333
傲寒
傲寒 2020-12-14 05:31

I was trying to convert syntax of old Swift project to new one as per few suggestion on Stack Overflow I tried converting it through Edit > Convert > To latest Synta

26条回答
  •  再見小時候
    2020-12-14 06:02

    delete Derived Data folder and Build it.

    Go to Xcode -> Preferences -> Locations for get the derived data path or cmd+Alt+shift+k

    OR

    Just remove inactive file(deleted file) from Build phases

提交回复
热议问题