XE4 Deployment error

后端 未结 3 1316
长发绾君心
长发绾君心 2021-01-03 12:56

Good afternoon all. Apologies if SO isn\'t the place to ask, I wasn\'t sure there was an \'errors stack exchange\' or such, and whether or not any XE4 users would be visitor

3条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-01-03 13:05

    You could look at the checklist in the Troubleshooting: Cannot Deploy to the iOS Device help topic.

    1. If you have not run your iOS app on the iOS Simulator, make sure you satisfy the requirements here:
      • Troubleshooting: Cannot Deploy to the iOS Simulator
    2. Make sure your iOS device is connected to your Mac by USB cable.
    3. Specify the iOS Device as the target platform in the Project Manager.
    4. Complete the Provisioning page. (Your developer certificate is required for code signing)
    5. Set the required Project Options for your iOS app:
      • Specify your application icons - Application Options.
      • Specify info.plist keys such as UIDeviceFamily - Version Info.
    6. Install the Xcode command-line tools on your Mac. (Required for code signing your iOS app)

    There are links in the documentation above with details about some of the steps involved.

提交回复
热议问题