News

Visual Studio Preview Automates Mac Provisioning for Xamarin Mobile Development

The just-released second Visual Studio 2017 15.6 preview continues to ease the previously cumbersome experience of hooking up to Mac machines for iOS development using Xamarin.

While Microsoft has shipped the Visual Studio for Mac IDE, it also has steadily been trying to improve the iOS/Xamarin development process in Visual Studio on Windows with tools such as Xamarin Live Player. It lets coders continuously deploy, test and debug apps using just Visual Studio and an iOS or Android device.

For example, at a recent Visual Studio Live! conference, Microsoft's Matthew Soucoup demonstrated pairing his Visual Studio project to an iPhone for live debugging. This prompted several audience questions about whether a Mac really was required for iOS development.

The ultimate answer was "Yes." It's still required when it comes time for App Store deployment.

"You always will need a Mac," Soucoup told the audience. "Will it get better? I would hope so." The senior cloud developer advocate said he hopes the workflow and tools will eventually reach a point where everything can be done on a Windows machine.

That point isn't here yet, but the process is getting easier.

In the second 15.6 preview, Microsoft has automated the Mac provisioning process. "Rather than manually maintaining a Mac build machine, all you need to do is connect to the Mac, and we’ll handle the heavy lifting of installing and configuring your build machine with the correct Xamarin.iOS and Mono bits, all from Visual Studio," Microsoft's Pierce Boggan said in a Xamarin blog post Wednesday.

Another iOS-centric enhancement related to Xamarin Live Player allows for live XAML previewing with the built-in iOS Simulator.

Visual Studio 2017 15.5 -- which shipped last month -- provided the ability to preview real-time XAML changes directly in the Android emulator with no recompile or redeploy. Now, in the second 15.6 preview, that functionality has been added to the Remoted iOS Simulator for Windows, which lets developers test and debug iOS apps entirely from the Visual Studio IDE on Windows.

That Remoted iOS Simulator now comes with all editions of Visual Studio (as of version 15.5), even the free Community Edition.

Furthermore, iOS developers will welcome the capability to deploy their iOS apps over the network via WiFi, obviating the need for more pesky cables. Coders need only set up a wireless device in the Xcode IDE on a Mac, after which it will appear in Visual Studio like any other deployment target.

Other improvements noted by Boggan include:

  • Support for the CoreML framework introduced with iOS 11, letting iOS apps can take advantage of trained machine learning models to work with the CoreML framework
  • Xamarin.iOS 11.8
  • Xamarin.Android 8.1
  • Enhancements to design-time build performance for Android developers (affecting solution load and providing metadata for IntelliSense, among other things)
  • Static analysis for Xamarin.iOS projects

Developers can try out all of the above via the Visual Studio Preview installer, which allows for putting the previews through their paces alongside other VS installations without affecting current setups.

About the Author

David Ramel is an editor and writer for Converge360.

comments powered by Disqus

Featured

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

  • .NET 9 Preview 3: 'I've Been Waiting 9 Years for This API!'

    Microsoft's third preview of .NET 9 sees a lot of minor tweaks and fixes with no earth-shaking new functionality, but little things can be important to individual developers.

  • Data Anomaly Detection Using a Neural Autoencoder with C#

    Dr. James McCaffrey of Microsoft Research tackles the process of examining a set of source data to find data items that are different in some way from the majority of the source items.

  • What's New for Python, Java in Visual Studio Code

    Microsoft announced March 2024 updates to its Python and Java extensions for Visual Studio Code, the open source-based, cross-platform code editor that has repeatedly been named the No. 1 tool in major development surveys.

Subscribe on YouTube