Reputation: 601
I'm trying to test my app into the simulator but I have this error:
"No such file or directory"
This is just the last word.
All the error is this:
/Users/g4b0cu4dr05_c4rd3n4s/Library/Developer/Xcode/DerivedData/CityLines-desdmmzxgmoemhavllwykbcogetw/Build/Intermediates/CityLines.build/Debug-iphonesimulator/CityLines.build/Script-1B1FAC6D1C0E6D02003951B3.sh: line 2: /usr/local/bin/carthage: No such file or directory
Upvotes: 0
Views: 5139
Reputation: 601
The answer was pretty easy: I just have to reinstall the pod file and the Carthage file and everything works nice.
Upvotes: 5
Reputation: 9589
Do the following things
1.Close the XCode
2.Delete the app from simulator
3.Quite XCode
4.Go to library ->developer->XCode->Derived Data->Then delete your above script..... File or folder.
5.Now finally clean and run the application.
below reference
Xcode- 7: No such file or directory
Xcode suddenly stopped running project on hardware: "Could not launch xxx.app: .. No such file.."
Upvotes: 1