开发者

sudden error after removing app from iphone simulator on Xcode

my app was working perfectly fine, until I cleaned the targets and deleted the app from iphone simulator. It now compiles but ends itself as soon as it runs, with NSInternalInconsistency exception.

Trying NSLog only tells me that the error comes from the main function, which I didn't touch. I think the error has to do with the modal view, but it was running perfectly until I removed the app on iphone simulator. Only, I changed some of the image file name开发者_运维百科s from Resources folder right before I cleaned the targets... (but even so, it was running well before cleaning/deleting).

Has anyone had this experience where everything that has worked suddenly gives you an error after cleaning/removing? How did you deal with this?

Please help me out.


Only, I changed some of the image file names from Resources folder right before I cleaned the targets... (but even so, it was running well before cleaning/deleting).

it was running well because the renamed images weren't changed in the app on the simulator.
Files aren't deleted from the app bundle when you install your app with Xcode.

Clean All doesn't remove them, neither does the deletion of the build directory. Unless the app is removed from the simulator the old files are still available for the simulator.

Find the places where the old images are still referenced in your project.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜