Debug on real Apple Watch: Application Verification Failed

后端 未结 5 1281
野性不改
野性不改 2020-12-01 04:14

I tried to debug my WatchKit app on a real Apple Watch today. After hitting the Debug button in Xcode, the main iPhone app was installed properly, but the Apple Watch only d

5条回答
  •  执笔经年
    2020-12-01 04:33

    Basically you need to perform two steps:

    • Add the UDID of your apple watch to the developer portal
    • Update your provisioning profile to support the watch

    XCode can manage the whole process for you:

    1. Deploy the App to your iPhone/iPad

    enter image description here

    2. Start the WatchKit App also on your iPhone/iPad (not in the simulator)

    enter image description here

    3. Choose Fix Issue, when the code signing error message appears

    enter image description here

    4. Select your Development Team and let XCode do the rest

    I've also written a short tutorial for this.

提交回复
热议问题