我正在使用Xcode 4.5和iOS Simulator版本6 *。我将图像添加到了Xcode项目中,但是当我模拟iPhone时,它们没有显示出来。我在syslog中看到以下内容:

SpringBoard[33587] <Error>: CGContextDrawImage: invalid context 0x0. This is a serious error. This application, or a library it uses, is using an invalid context  and is thereby contributing to an overall degradation of system stability and reliability. This notice is a courtesy: please fix this problem. It will become a fatal error in an upcoming update.

Aug 23 15:04:18 new-host-22.home SpringBoard[28968] <Warning>: No file exists for default image of name starting_image_i5_retina
Aug 23 15:04:20 new-host-22.home[28982] <Notice>: BUG in libdispatch: 12E55 - 866 - 0x2
Aug 23 15:04:20 new-host-22.home[28982] <Notice>: BUG in libdispatch client: kevent[EVFILT_VNODE] add: "Bad file


不知道发生了什么。我尝试删除应用程序,清理构建等。

最佳答案

转到目标下的构建阶段,然后转到“复制捆绑资源”,然后单击加号按钮并添加文件,清理构建,删除应用程序,然后在xcode中运行它,该文件应位于该位置。

关于ios - Xcode 4.5的iOS模拟器未复制资源,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/18411284/

10-13 09:32