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

前端 未结 26 2390
傲寒
傲寒 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:04

    1. Clean the build in Xcode cmd+shift+k.
    2. Update the pods.
    3. look the where errors showing.
    4. Add the missing files in Xcode.
    5. After Run the Code. Working fine.

提交回复
热议问题