问题
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