Run custom shell script '[cp] embed pods frameworks' no such file or directory

前端 未结 3 1423
面向向阳花
面向向阳花 2020-12-30 05:30

Just finished resolving my errors after converting to Swift 3 only to get this error when trying to compile. I have attached a screenshot for clarity, it does not look like

3条回答
  •  无人及你
    2020-12-30 05:41

    Swift4/5 Xcode10 Same Issue...

    After upgrade cocoapods, reset pods, clean the build folder...., all these tries, it still fails... until I found this post.

    However, there's no space in my project name, but do have a special characrter <'> in it. I decided to give it a try to see if it is the source of issues. After following along the instructions in how-do-i-completely-rename-an-xcode-projec, the project builds successfully, finally.

    So just a note: avoid using space or other special characters in the project name, that may cause some unexpected errors

提交回复
热议问题