【发布时间】:2013-03-22 16:23:58
【问题描述】:
我想使用 MonoTouch (Xamarin) 中的 mdtool 直接从命令行构建我的 ios-apps Appstore-ready,以便 Jenkins 可以立即启动并生成可上传的包。
我使用以下命令:
'/Applications/Xamarin Studio.app/Contents/MacOS/mdtool' -v build '--configuration:AppStore|iPhone' MyAppProject.csproj
现在,构建运行,使用我的 AppStore 配置文件并在我的 bin/iPhone/AppStore 文件夹中创建文件。
现在,根据documentation of Xamarin,我应该将创建的应用程序文件压缩到 bin/iPhone/AppStore 并在 xCode Application Loader 中选择它,如屏幕截图所示:
但是应用程序加载器显示每个文件都是灰色的,所以没有机会继续。
【问题讨论】:
-
您找到解决方案了吗?
标签: ios xcode jenkins xamarin mdtool