Why would XCode not include a resource in device build vs simulator

Posted by greypoint on Stack Overflow See other posts from Stack Overflow or by greypoint
Published on 2010-03-30T15:19:54Z Indexed on 2010/03/30 15:23 UTC
Read the original article Hit count: 334

Filed under:
|
|
|

I have an issue where an image resource (Default.png) is included in a build for the simulator but is not being included when built for device. I have verified this by looking at the *.app package contents? I have also verified that the resource is selected for the active target. Any thoughts on what else I can look at to debug this?

Thanks.

© Stack Overflow or respective owner

Related posts about xcode

Related posts about iphone