1
votes

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 ?

1
Do you have any run scripts set in your project build phases? - Teja Nandamuri
Can you show your scrpt file ? /Users/myUser/Library/Developer/Xcode/DerivedData/ppsideloader-flikuhbwvklweghesxwygrfiylum/Build/Products/Debug-iphoneos/ppsideloader.app is wrong. .app is not a directory. Try removing to give the exact directory/folder name to the path. - Teja Nandamuri
@TejaNandamuri When I try to open file it said "You can’t open the application “ppsideloader” because it is not supported on this type of Mac." It's weird till few days ago this project worked now it's not working. - Emm

1 Answers

1
votes

@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