Free Provisioning Profile with Qt

本秂侑毒 提交于 2019-12-10 12:18:10

问题


I know that I can use free iOS Provisioning Profile in Xcode (via Fix Issue button) for testing. I also know that Qt uses xcodebuild for iOS projects. But how can I create and use free Provisioning Profile in the iOS Qt project?


回答1:


Depending on your build settings, qmake will output an .xcodeproj file for you which you can open in Xcode. Building and running this project on a physical device with your Apple Developer account added under Preferences -> Accounts will cause a development provisioning profile to automatically be generated for your account and app.

Check out the Support for iOS guide here.



来源:https://stackoverflow.com/questions/36704293/free-provisioning-profile-with-qt

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