How do I tell which version of monotouch I have installed?
You can find the version of your Xamarin plug-ins for Visual Studio by going to "Help" -> "About Microsoft Visual Studio" in VS, and scrolling down to the Xamarin plug-ins.
2, you could check the version of Xamarin. ios by running your Visual Studio > Help > About Microsoft Visual Studio > Installed products. If the answer is helpful, please click "Accept Answer" and upvote it.
The simplest way is to open Visual Studio for Mac and use the About Visual Studio for Mac > Show Details menu. That will list all versions of Xamarin tooling installed.
There's several ways to get the version number.
From the terminal you can do:
$ /Developer/MonoTouch/usr/bin/mtouch --version
mtouch 5.3.5.1340204820
or
$ cat /Developer/MonoTouch/Version
5.3.5
Also from MonoDevelop you can do About MonoDevelop then select Version Information and this will give you (a lot of data, including MonoTouch version)
...
Monotouch: 5.3.5
...
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With