Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 8 signing errors, can't log in with account and no provisioning profile

When I run my application, two errors appear in the Signing part of the General tab of the project. One says, "The operation couldn't be completed. Unable to log in with account ________" while the other says "No profiles for ________ were found." It mentions that Xcode couldn't find a provisioning profile. What does this mean, and how do I fix it?

like image 904
bigreddawg Avatar asked Jan 06 '17 21:01

bigreddawg


People also ask

How do I manually manage signing in Xcode?

Open the project using Xcode. Select the root project directory, and go to the Signing and Capabilities tab. Here, you can either check Automatically manage signing or do the signing manually. If you check the Automatically manage signing checkbox, then you will just need to select the Team from the drop-down list.

How do I create a provisioning profile in keychain?

Upload keychain and provisioning profile files sectionClick on "Choose File" and select the keychain or provisioning profile file. 2. Click on "Upload". The keychain or provisioning profile file is automatically uploaded and stored on the jenkins.


1 Answers

I can't take credit for this solution, it came from BrianBatchelder on the apple forum.

I had to go to "XCode" -> "Preferences" -> "Accounts", where it turned out my Apple ID had timed-out. After logging-in there, and then restarting Xcode, my profile was automatically "repaired", and all is now well.

Re-starting Xcode is important there, it doesn't work without it.

like image 172
Geoff Johnson Avatar answered Oct 13 '22 22:10

Geoff Johnson