开发者

MonoTouch: Default.png not being added to .app bundle

Using MonoTouch 4.0.4.1 and MonoDevelop 2.6b3

Our Default.png file is marked as "Content"

When we build the app, the resulting .app file whe开发者_开发问答n viewed using "Show Contents" in finder does not contain the Default.png.

The png is 320x480 32 bit

In previous versions the Default.png was being added correctly.

Has something changed?


There is a bug in the MonoDevelop beta releases that will not copy the content in root over to output. You can either use a post-build command to copy (and then resign!!!) the content or you can use the stable version of MonoDevelop (2.4.x)


Make sure you also set the "Copy to output directory" to "Copy if newer".


Ok guys, I guess i found a workaround, please give this a try

Im running MD 2.6RC1, in order to your content files are being included in the final bundle, delete them from your project, then save your project close MD, then reopen MD and add again your content files to your project, don't forget to mark them as content ;)

this worked for me.

UPDATE:

This bug has been resolved, Just update to MonoDevelop 2.6 RC2

Alex

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜