How to deploy iOS app to a iPhone using Delphi Seattle without Apple developer account?

前端 未结 1 1935
执念已碎
执念已碎 2021-01-11 15:56

XCode 7 no longer needs an Apple developer account to deploy apps to iPhone. On Delphi, to deploy apps we must use the provisioning configurations to deploy it. This configu

相关标签:
1条回答
  • 2021-01-11 16:22
    1. Create an iOS application in XCode 7 with the bundle identifier you want to use in your Delphi project
    2. Deploy the XCode application to your device. XCode will install the certificates and profiles (Project -> Run)
    3. Set CFBundleIdentifier in the Delphi project options to the chosen bundle identifier.
    4. Select the Development Configuration in the Delphi project manager
    5. Press F9 to deploy your application

    I've tested this with Delphi 10 Seattle and it works.

    0 讨论(0)
提交回复
热议问题