Unable to download application, could not be installed at this time

前端 未结 16 2974
时光取名叫无心
时光取名叫无心 2020-12-08 20:26

I am getting this error when trying to install an app to a device. I\'ve been dealing with code signing errors for the last 3 days, and now this.

My app is using a d

16条回答
  •  一整个雨季
    2020-12-08 20:56

    I think I've had a case just like yours with xcodebuild. You might want to check that the bundle identifiers are exactly the same (case-sensitive!) in you build settings and on Apple developer portal (and thus in the provisioning profile)

    You will find a more detailed write up and more fix options here.

提交回复
热议问题