原文:http://kenchell.blog.163.com/blog/static/26088309201222194223254/
如何联机调试和发布程序(99$) :
iPhone程序连接到真机调试(注册了APP ID及购买了IDP开发者授权的前提下)
使用monotouch打包发布和使用xcode的发布不一样:
参见monotouch的官方文档
Publishing to the App Store :
同时使用monotouch进行打包的时候一定要注意一个选项是官方文档没有指出的,
否咋使用apple提供的 Application Loader上传压缩包时将报如下错误:
iPhone/iPod Touch: application executable is missing a required architecture. At least one of
the following architecture(s) must be present: armv7
在xcode的解决方案参见:
monotouch中勾选和选择如下选项:双击Project Options
选择Iphone Build->Advanced->Use LLVM optimizing compiler...
->Supported architectures:
ARMv6+ARMv7选项
