我想直接从命令行使用MonoTouch(Xamarin)的mdtool构建我的ios-apps Appstore-ready。
我使用以下命令:
'/Applications/Xamarin Studio.app/Contents/MacOS/mdtool' -v build '--configuration:AppStore|iPhone' MyAppProject.csproj
现在,在xCode中,我设置了几个配置文件, mdtool 似乎混淆了哪一个使用:
是否有机会告诉 mdtool 我想要用于该版本的所需配置文件?
答案 0 :(得分:7)
在Xamarin Studio中,转到项目选项的“iOS Bundle Signing”部分。您可以在此处为每个构建配置指定供应配置文件和代码签名密钥。
现在,您可能已将其设置为“自动”,因此您不知道选择哪一个,因为您有多个与Info.plist中的CFBundleIdentifier值匹配的条款