Reputation: 95
The photo explains itself I'm getting this error when trying to build my project Tried to:
Upvotes: 0
Views: 1602
Reputation: 21
My friend, I had the exact same issue, and here is the cause and resolution:
Your project's name using the sign: ( ' ) => when the pod reconfig the project name => some directory missed this sign, but somewhere not => error: "No such file or directory"
Resolution: rename your project to the format: MyNewProjectName
Upvotes: 2
Reputation: 376
May be this issue is related to keychain access. I fixed this issue by performing following steps:
Open Keychain Access
Lock and Unlock the login keychain
Clean and build Xcode app
Upvotes: 0