Sayed Abolfazl Fatemi
Sayed Abolfazl Fatemi

Reputation: 3911

Target iOS device drop down not shown in Visual Studio 2013 iOS toolbar

I use Visual Studio 2013 with Xamarin.VisualStudio 3.9.236. Also Mac 10.10 virtual machine in VMWare, with Xcode 6.3, Xamarin.iOS 8.6.0.51, Xamarin Build Host 3.9.0.234.

In Visual Studio, I select iOS project as startup project and set solution platform to iPhoneSimulator for debug mode, but in iOS toolbar there isn't Target iOS Device drop down to select simulator device.

I also check toolbar customization. How to display Target iOS Device drop down in iOS toolbar?

Problem photo

Note: Visual studio fully connected with Mac Build host, and simulator devices are works fine with Xcode and Xamarin studio inside Mac OS.

Upvotes: 1

Views: 2867

Answers (1)

Sayed Abolfazl Fatemi
Sayed Abolfazl Fatemi

Reputation: 3911

This problem solved after download and setup last version of Xamarin.

The cause of this error was iOS 8.3 was unsupported by used Xamarin.VisualStudio 3.9.236, that solved in last stable release.

After update Xamarin:

After update Xamarin

Use these links to download updates with download manager (links may not found in Xamarin website: Stable release: XamarinVS 3.9.547, iOS 8.3 API support and various bug fixes)

Windows:

Mac OS

1- XamarinStudio-5.8.3.1.dmg

2- monotouch-8.9.1.3.pkg

3- mono-android-4.20.2-1.pkg

OR may resolve problem by install older version of iOS Simulator on Mac than 8.3:

1- Open Xcode

2- Go to "Window" menu and click "Devices" menu

3- Follow steps in image:

Download and install other version of iOS simulator on Mac

Upvotes: 1

Related Questions