Also: Can i download previous versions of xcode
Best driver download websites | How to edit a downloaded pdf |
Download free jimmy nuffett ringtone | Kyocera km-c3232e scanner driver download |
How to download minecraft modpacks | Windows 7 pro iso free download |
Running older versions of Xcode and Xamarin
I’m inherently optimistic. A new version of the app is available? Install it straight away! And this generally works well, I’m aware of the updates and new features and don’t get left behind.
Except when it doesn’t.
I’d updated to the latest version of Xcode (11.4) and updated Visual Studio for Mac and the corresponding Xamarin.iOS, and … let’s just say it did not go well: This method contains IL not supported when compiled to bitcode is not a message you want to see when you launch your app.
Xcode
To get back to an environment that worked, I first downloaded and installed the previous version of Xcode, 11.3.3 from https://developer.apple.com/download/more/ expanded the downloaded and them moved the Xcode.app to my folder and renamed it to .
I used the command line tool to choose this new version of Xcode:
Xamarin.iOS
I didn’t need to change the version of Visual Studio for Mac that I had installed, but what I did need to do was install an older version of Xamarin.iOS which I found on https://github.com/xamarin/xamarin-macios - I installed which corresponds to 13.10.0.21. Once downloaded I ran the package and it installed itself. You can verify the current version from the command line:
This is also visible in the About page in Visual Studio.
Visual Studio
Finally in Visual Studio I went to the page and clicked the button to select my Xcode.
Once I’d done all this I am able to build, run and support my customers.
-
-
-