Andark
Andark

Reputation: 412

How to fix an error while loading certificates in Visual Studio for iOS provisioning profiles?

The setup is: Visual Studio 2019 + Xamarin (last available updates)

The error occurs in Tools > Options > Xamarin > Apple Accounts > View Details...

"There was an error while loading your certificates: Could not load file or assemble 'Polly, Version=7.0.0.0, ..."

First error window

Second error window

I tried to remove and add again Apple Account in VS and got the same error with Polly

enter image description here

Upvotes: 1

Views: 2129

Answers (1)

Zachary Bechhoefer
Zachary Bechhoefer

Reputation: 110

I had this issue. My steps to fix were to update Visual Studio and restart the PC, update XCode to 11.6 (as of 8/6/2020) and restart the Mac. After that I was able to add my developer account to VS(19)! I did not have to reinstall Polly. There were other issues, but not related to this bug.

Upvotes: 1

Related Questions