Xcode 11.2 - Unable to install App file to device?

前端 未结 20 2800
半阙折子戏
半阙折子戏 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:10

    In Xcode 12, I got an error window saying: Unable to install "AppName".
    I clicked Details and found that There was no space on my iPhone.

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

    Struggled with this for a long time. What fixed it for me was deleting all the cache data generated by Xcode like Device Support, Archives, Derived data, etc...

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

    Try to clean Provisioning Profiles[About]

    Xcode -> Window -> Devices and Simulators 
    -> Right click on your device -> Show Provisioning Profiles...
    -> Select Provisioning Profile -> - Remove selected profiles
    

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

    In my case the problem was occurred by empty framework references in pbxproj. After removing them the problem was fixed.

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

    Use Automatically manage signing

    Solve this issue.

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

    Here is what works for me:

    1. Remove the app and profile from device
    2. Reinstall them again.
    0 讨论(0)
提交回复
热议问题