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

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

    I was working on a private pod and was also pointing to it locally. I had made some file name changes.

    Hence I was getting this error.

    All I had to do was to run pod install so it would reflect the file name changes. After that it compiled.

提交回复
热议问题