Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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 the system is looking for a .app file or .sh file. Really don't know too much about the Pods, so any help would be greatly appreciated!

enter image description here

like image 608
resin_squirrel Avatar asked Nov 15 '16 16:11

resin_squirrel


2 Answers

Seem to have found a solution. My project name had a space in the middle of two words, very bad practice I know. Not entirely sure what caused this error, though one could possibly conclude that since the problem originated in the Pods framework, it could be related to Cocoapods, rather than migration to Swift 3.

I traced the problem to the Pods framework for my project after searching extensively for solutions to this problem.

Fixed the double quotes to single quotes on the line highlighted, and the project built instantly. Hope this helps anyone else having a similar issue!

enter image description here

like image 186
resin_squirrel Avatar answered Nov 01 '22 12:11

resin_squirrel


• Just restart your system..... It Looks crazy but my problem solved.

like image 26
PVCS Avatar answered Nov 01 '22 12:11

PVCS