Xcode keeps prompting telling me I don\'t have a certain image in the project and it errors when I try to build. If I deleted the .png Xcode is complaining about from the pr
Check your project file paths. If there is a space in any of the folders, it causes this error. Simply remove spaces.