iOS app doesn't start automatically when using Xamarin Studio

后端 未结 2 1634
花落未央
花落未央 2021-01-12 15:59

Probably a simple settings question, but I can\'t seem to find the setting. Running Xamarin Studio 3 with an iOS project. When I hit Run (the play symbol), the app builds an

相关标签:
2条回答
  • 2021-01-12 16:24

    The solution was simple. I had the wrong provisioning profile under Bundle signing in the project setting. Setting all to Automatic resolved the issue.

    0 讨论(0)
  • 2021-01-12 16:41

    enter image description here

    There is new type of issue which looks exact the same. Just in case, here is a solution which worked well for me.

    Problem: Can't debug. It says wrong "Provisioning profile"!

    What you do: You keep changing "configuration", "platform", "identity" and "Provisioning profile" using "iOS Bundle Profile" tab, because issue says it is a wrong Provisioning profile, but nothing helps.

    What really happens: Nothing. For some reason Xamarin extension doesn't save changes to the project file

    Solution: Find your *.csproj file and open it in text editor (I hope you are using notepad++). Find and delete <CodesignKey> and <CodesignProvision> sections. Save. Reload solution in Visual Studio and if you satisfied with the result - hit "Like" button :-)

    0 讨论(0)
提交回复
热议问题