Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode encountered an error in xcode 11.2.1

Tags:

xcode

ios

swift

When I try to install the provisioning profile the Xcode give the below error "Xcode encountered an error" (i try thing in updated provisioning profile, not in new profile)

enter image description here

like image 738
Mitul Bhadeshiya Avatar asked Nov 24 '19 09:11

Mitul Bhadeshiya


Video Answer


3 Answers

This is the bug in Xcode 11.2.1 I just logged in the accounts and download manual profile (The screen open from the Xcode > Preferences > Accounts)

enter image description here

like image 189
Mitul Bhadeshiya Avatar answered Nov 14 '22 15:11

Mitul Bhadeshiya


If Download manual profiles does not work for you then -

1) open the older version of Xcode then 2) Add the provisioning profile. 3) Now quit the older version of Xcode and open the new version and it is added!

like image 33
Aditya Ahuja Avatar answered Nov 14 '22 16:11

Aditya Ahuja


you can manually import the profile -

project targets setting---> signing&Capabilities --> Provising Profile ---> import Profile

like image 22
Surbhi Sandhu Avatar answered Nov 14 '22 15:11

Surbhi Sandhu