Emm
Emm

Reputation: 1603

How to fix "Shell Script Invocation Error" in XCode?

I keep trying to run my Xcode project (named "ppsideloader") and it keeps giving me 2 errors. Also I Cleaned and Built many times then tried to run, but still same problem.

First Error:

/Users/myUser/Library/Developer/Xcode/DerivedData/ppsideloader-flikuhbwvklweghesxwygrfiylum/Build/Products/Debug-iphoneos/ppsideloader.app/*.dylib: No such file or directory

Second Error:

Command /bin/sh emitted errors but did not return a nonzero exit code to indicate failure

My Build Phases: enter image description here

I don't know what to do, I tried almost everything. Can someone please help me ?

Upvotes: 1

Views: 6483

Answers (1)

Priya
Priya

Reputation: 199

@Emm...I also faced Same Issue. But the issue is fixed when i re install xcode and restarted my machine.

Try the Same i hope that it will be helpfull to you

Upvotes: 1

Related Questions