Visual Studio for Mac Run Configurations: Running Multiple Projects at Once

The other day I was doing a live stream with Luce Carter. While doing so I actually learned a thing myself about debugging multiple projects at the same time. You can very easily set this up in Visual Studio for Mac with run configurations. I decided to write it up so you can benefit as … Read more

SourceLink Support for Xamarin.Forms

SourceLink Support for Xamarin.Forms hero image

If you’ve heard of SourceLink already you know what is coming and how this will boost your productivity. If you haven’t heard of it yet, no worries! In this post I will tell you what it is and how to get started with it for Xamarin.Forms. Since the Forms 4.3-pre1 package is out now, you … Read more

Error: resource fork, Finder information, or similar detritus not allowed in Xamarin iOS app

Just a quick write up for the error message in the title. I wanted to run my app on a physical device, but couldn’t, while on the Simulator it went fine. I Googled the error message and quickly came across a number of solutions. At first, I thought it might have to do with the … Read more