简体   繁体   中英

iOS Simulator for Xcode 4.5 not copying Resources over

I am using Xcode 4.5 and iOS Simulator Version 6*. I added images to my Xcode project but when I simulate the iPhone, they are not showing up. I see the following in 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 

No idea what is happening. I have tried deleting the app, clean builds, etc.

转到目标下的构建阶段并转到“复制Bundle Resources”并单击加号按钮并添加文件,清理构建,删除应用程序,然后在xcode中运行它,文件应该在那里。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM