Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"The file <APP_NAME.app> couldn't be opened because there in no such file."-ERROR

Tags:

xcode

ios

Error message

When I tried to run my project on my iPhone I suddenly got this error message: "The file couldn't be opened because there is no such file.". The code worked just fine some minutes before with the simulator.

I've tried tried to clean the build, restart xcode, even the computer, but it won't go away. What could this message mean? And how do I solve it?

like image 607
turingtested Avatar asked Sep 29 '14 14:09

turingtested


1 Answers

I found a solution! Not an elegant one, but it works. I simply renamed the app (clicked on the project name in the project navigator panel, and changed the name), and the app came back to life!

like image 196
turingtested Avatar answered Oct 21 '22 21:10

turingtested