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 versi
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
Is this xcode 4? If so this might apply:
XCode - File not found but build successful
Here is temporary solution:
1. Change location type from Relative to Group to Absolute Path.
2. Again locate file.
3. Build ... should be Succeeded.
It works in my project so I hope it helps.