Monotouch 图书馆项目不包括“内容”中的图像
我的解决方案中添加了一个图书馆项目。在此项目中,有一个 png 图像在构建操作中设置为“内容”。
但编译时它不会出现在应用程序包中。但主项目中的图像确实如此。
如何获取不是捆绑包中出现的主要可执行项目的项目中的图像?
I have a library project added to my solution. In this project is a png image set to "Content" in build action.
It does not appear in the app bundle though when compiled. Images in the main project do though.
How can I get images in projects that are not the main executable project appear in the bundle?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我们一直致力于在 MonoTouch 库项目中支持内容文件和 xib,但我没有发布此功能的预计到达时间。
在此之前,您必须将文件直接链接到可执行项目中。
http://lists.ximian.com/pipermail/monotouch/2010-December /002504.html
We have been working on support for content files and xibs in MonoTouch library projects, but I don't have an ETA for releasing this feature.
Until then, you will have to link the files directly into your executable project.
http://lists.ximian.com/pipermail/monotouch/2010-December/002504.html