Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

pbxcp issue, file not found but it's definitely there

Tags:

xcode

iphone

So I've been working on different images for my app, seeing how it looks, replacing it...all has been well until earlier I replaced a file (checkmark.png) with an updated version I made, now when I build I get pbxcp: checkmark.png: no such file or directory. I have removed the file and re-added multiple times, I've renamed the file and replaced every instance of the file in my code with the updated name. No matter what I can't get rid of this error, all the googling I do ends up with a lot of unanswered posts, some people saying to "Clean" the project, I've tried everything I can and can't get rid of this error. Anyone have any ideas?

like image 571
DanBroChill Avatar asked Apr 12 '11 23:04

DanBroChill


1 Answers

Go to targets in app->built phases->copy bundle resources->remove image in red color and add one u need this will solve your error thanks to DanBroChill

like image 120
user3017198 Avatar answered Sep 29 '22 09:09

user3017198