使用 Qt 免费配置文件 [英] Free Provisioning Profile with Qt

查看:22
本文介绍了使用 Qt 免费配置文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我知道我可以在 Xcode 中使用免费的 iOS Provisioning Profile(通过 Fix Issue 按钮)进行测试.我也知道 Qt 为 iOS 项目使用 xcodebuild .但是如何在 iOS Qt 项目中创建和使用免费的 Provisioning Profile?

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?

推荐答案

根据您的构建设置,qmake 将为您输出一个 .xcodeproj 文件,您可以打开该文件在 Xcode 中.在物理设备上构建和运行此项目,并在 Preferences -> Accounts 下添加您的 Apple Developer 帐户,这将导致自动为您的帐户和应用生成开发配置文件.

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.

查看 iOS 支持指南此处.

Check out the Support for iOS guide here.

这篇关于使用 Qt 免费配置文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆