Error submitting Monotouch application - “Unable to locate the metadata-template.xml file within the application”

为君一笑 提交于 2019-12-14 02:52:02

问题


I'm trying to submit an iPhone application developed in MonoTouch and I'm getting the cryptic error "Unable to locate the metadata-template.xml file within the application".

I'm using the Application Loader and the application runs fine on the simulator and an iPhone.

Any help or pointing me in the right direction would be greatly appreciated. I don't even know where to start looking...


回答1:


Is this a file that you deleted from your project, but is still referenced somewhere in a config or metadata file?




回答2:


I received this problem and believe it was cause by my incorrectly saving over an Info.plist file in a framework in my post-build script. After fixing this, I needed to quit Application Loader and resubmit the app for it to go through.



来源:https://stackoverflow.com/questions/4352018/error-submitting-monotouch-application-unable-to-locate-the-metadata-template

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!