My Xamarin project uses Skia# and SkGlview.
Here are The Skia# nugets I use :
Everything works if I clean + rebuild all before Deploying/launching on iPhone.
But if I make a change in the code, then launch again, app can launch but a "fatal" exception is thrown as soon as any Skia code is reached.
So each time I make a change I have to Clean/Rebuild, which makes a change very expensive.
Do somebody else encounter this problem / is there a workaround?