question

JassimAlRahma-9056 avatar image
0 Votes"
JassimAlRahma-9056 asked WenyanZhang-MSFT commented

iOS Bundle Signing is disabled

Hi,

I am using Visuals Studio for Mac but my iOS Bundle Signing is disabled and cannot change it.

How can I fix it, please?

152676-image.png

Thanks,
Jassim


dotnet-xamarinformsdotnet-ios
image.png (36.1 KiB)
· 6
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

There is a drop-down box behind Signing Identity, you can choose Distribution or Developer. You mean the drop-down box cannot be selected, or " No matching profiles found " is displayed after selecting Distribution?
You could try to remove the Apple Developer Account and add it again. You could also check the Developer Profile and Distribution Profile.

0 Votes 0 ·

Yes the drop-down is disabled for both Signing Identity and Provisioning Profile therefore I cannot select any things.

The drop down is disabled for both Debug and Release.



0 Votes 0 ·
JohnHair avatar image JohnHair JassimAlRahma-9056 ·

Your screenshot doesn't show the full width of the page being displayed, so we can't see the state of the dropdown. I suggest posting a better screenshot.

Also, if you click on the text that says Developer:, what happens?

0 Votes 0 ·
Show more comments

May I ask the version of VS for Mac ? You could try to open the XXX.iOS.csproj file in the folder by TextEdit, then find the following key and change it.

 <CodesignKey>iPhone Distribution</CodesignKey>
 <CodesignProvision>XXXXX</CodesignProvision>//use your distribution profile name


0 Votes 0 ·

0 Answers