No IPA output for Cordova build in Visual Studio

烈酒焚心 提交于 2019-12-14 04:10:34

问题


I'm developing a mobile app with Visual Studio Tools for Apache Cordova CTP 3.1 in VS 2013. I have configured everything according to the MSDN specifications here Install Tools to Build for iOS. I am able to build the app and run the remote simulator (as described here Run Your Apache Cordova App on iOS).

My problem is there is no output from the build back on the Windows machine where I have Visual Studio. More than that, there is no .ipa file created on the Mac either. I can find the build at /Users//remote-builds/builds/ but that's all. I can open the project in XCode for instance, but that's not what I want.

I want the final package file that I can install on test devices and eventually publish to the store. How do I get that?

Also my goal is to setup a TFS build definition so I can get a build each time I commit changes. I need to get that output file to the drop location of my build.


回答1:


From within VS, you will have to choose "Remote Device" or "Local Device" as your debug target and then "build" to get an IPA back.

Also, refer to TFS build does not copy Cordova project output for instructions on how to setup TFS for CI workflow.



来源:https://stackoverflow.com/questions/29921739/no-ipa-output-for-cordova-build-in-visual-studio

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