Home > Blockchain >  Xamarin iPhone simulator doesn't show live code changes
Xamarin iPhone simulator doesn't show live code changes

Time:10-03

When I'm trying to make code changes while using the iPhone simulator it doesn't show the changes .. I tried to reset the iPhone simulator, reconnect to the mac, running the simulator on Xcode and then with Windows Visual Studio. Nothing helped ..

CodePudding user response:

I found out that the new Xamarin packages from GitHub made the problem, so I reinstalled the older packages and now it works :) (https://github.com/xamarin/xamarin-macios/issues/12778)

  • Related