Xcode 11.2 - Unable to install App file to device?

前端 未结 20 2799
半阙折子戏
半阙折子戏 2020-12-29 18:32

I recently updated my OS to Catalina, and updated Xcode to 11.2. Since doing so, when I try to run a release version of my app on my device, I\'m simply given the error:

相关标签:
20条回答
  • 2020-12-29 19:20

    I had the same problem until I found this solution. I had to clear out all of my old certificates and provisioning profiles and then create new certificates with "Apple Development" and "Apple Distribution," instead of the "iOS..." option.

    0 讨论(0)
  • 2020-12-29 19:20

    Xcode 11.2 is deprecated by Apple on November 5, 2019

    Even if you can install it on your device, you can't pass AppStore: See here for logs

    Download the latest valid to AppStore version xip file.

    Xcode 11.2 had some issues and crashes older iOS devices and does not install on newer iOS devices. So for now you can:

    So The Solution is:

    1. Update macOS to 10.15.1
    2. Install Xcode 11.2.1 GM seed
    3. Build and install the app on the updated device (13.2.2 is out now)
    0 讨论(0)
提交回复
热议问题