I'm getting some errors when trying to build my IOs app on a MacBook using Xamarin Studio. Both errors are indicating an issue with the Xamarin.IOs.Common.Targets file.
I recently installed Xamarin.iOS version 9 and when I tried to do a build from Visual Studio 2013 using the Host Build Server, I received an error telling me that the target SDK needed to be Xamarin.iOS version 8.10. I then installed Xamarin.iOS version 8.10. Now, the same project is giving me a 9.O iOS SDK error when trying to Build from Xamarin Studio on my Mac. It seems that I can't win. Here are the errors.
Error 1
Could not locate the IOs 9 SDK usr path at /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk
Error 2
Error Executing task DetectSdklocations: Argument can not be null. Parameter name: Path 1
The interesting thing is that I had to downgrade to Xamarin.iOS 8.10 because the iOS Project uses that version. iOS version 9 was the previous version. Does this have anything to do with that?
Any help is much appreciated.
Thanks!