Im Getting this error: error: /Users/*****/Dropbox/*******/iPad:iPhone/******/*****/PNGs/../******.png: No such file or directory when I try and compile my app. Whats Wrong
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
That means it can't find a file. Try deleting and reinserting the file that Xcode cannot find. |
|||
|
|
|
The file path is wrong.
In Xcode 4, you can edit the ressource path in the Utility view, at the right at the interface. Concerning Xcode 3, I don't remember :D You also can delete the Reference of the file from your project, and add it again to the project. |
|||
|
|
|
The directory looks like you are testing in iOS Simulator.
|
|||
|
|
|
Find in project tree file name highlighted with red color, remove it from there and place correct one. |
|||
|
|