Hi, this has been an issue for some time now. It seems to happen when we switch from one simulator to another, like going from iPhone 5s to iPhone 6s.
Typical broken workflow:
- Set background color in ViewController to UIColor.Red
- Compile and run in iPhone 5s simulator
- Background is shown as red
- Press stop
- Set background color in ViewController to UIColor.Green
- Compile and run in iPhone 6s simulator
BACKGROUND IS STILL SHOWN AS RED
Restart Visual Studio Mac
- Compile and run in iPhone 6s simulator
- Background is now green, as expected
Please fix. It's annoying as hell. Thank you.