Search code examples
c#iosiphonexamarinxamarin-studio

No (IOS Bundle Signing) option in Xamarin studio


I'm an IOS developer in Xcode, but I still new to Xamarin environment ..

In Xamarin Studio on mac, I'm trying to run a simple app on my iPad, using this tutorial ...

But when I come to this step :

enter image description here

I couldn't find this option (Build > IOS Bundle Signing), it looks like this :

enter image description here

The project is IOS single view, and I'm working using Trial license at the moment

So how could I get this option, to run the app on the device ??

And thanks in advance ..


Solution

  • You clicked in the wrong node in the solution explorer

    Instead of right-click the first node (the solution) right-click the second one (the project), there you will get the signing properties.