Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xamarin/XCode register provisioning profile error

I have the following problem. I'm creating Xamarin iOS application(by vs for max 2017) and during a building I have this error:

No installed provisioning profiles match the installed iOS signing identities.

As far as I can understand the solution of this problem is connected with creating provisioning profile by xCode. But when I try to generate provisioning profile(with name testtesyui) by xCode I see this error:

Failed to create provisioning profile. There are no devices registered in your account on the developer website. Plug in and select a device to have Xcode register it.

No profiles for 'testtesyui' were found Xcode couldn't find any iOS App Development provisioning profiles matching 'testtesyui'.

I don't have any real iOS device and I'm planning to use iOS emulator. Below, I listed screnshoots from xCode ui(I've hid personal data): xCode account settings, xCode general settings

Could some one help with this problem? Please let me know if you need more details. Thanks.

Updating: I opened info.plist file in vs for mac and I saw the following: info.plist content. I've tried to sign in in my apple account, but in the end I saw this message: signin. As a result, I still cannot select my team.

Could you please give advice where am I wrong?

like image 573
Unnamed Avatar asked Jun 04 '26 22:06

Unnamed


2 Answers

my problem was in a solution configuration. By some reason, I tryed to build my application in Debug|iPhone mode, not in Debug|iPhoneSimulator mode. When I switched to Debug|iPhoneSimulator mode, then the build works fine.

like image 187
Unnamed Avatar answered Jun 07 '26 23:06

Unnamed


You need to enable automatic signing to work with simulator

Once you’ve ensured you have an Apple ID connected to Visual Studio for Mac, you’re ready to enable Automatic Signing

Steps

  1. In your iOS project, open the Info.plist file. In the Signing section, select your team from the Team dropdown:
  2. Then, select the Automatically manage signing  checkbox.

More Info here

like image 29
Fahadsk Avatar answered Jun 07 '26 23:06

Fahadsk



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!