kevin
kevin

Reputation: 1

Missing ios option in Xamarin

I have a problem troubled me several days and look forward to any help. Everything has been installed and updated to latest stable version, including xamarin.ios.10.30. But there is no ios option. I cannot create an ios app.(Also, when creating xamarin.forms application, ios cannot be selected). Thanks! enter image description here

Upvotes: 0

Views: 295

Answers (1)

MikeScott8
MikeScott8

Reputation: 720

I had to remove Xamarin Studio completely from Mac and reinstall it, and now working again. The first time I tried to reinstall Xamarin Studio the installer thought Xamain.iOS was already installed, so wouldn't reinstall it.

Uninstall guide: https://developer.xamarin.com/guides/cross-platform/getting_started/installation/uninstalling_xamarin/

follow the steps there for uninstalling stuff on mac, and then reinstall Xamarin Studio.

Upvotes: 1

Related Questions