Xamarin Live Player iOS - Foundation.ModelNotImplementedException

So, I downloaded Xamarin Live Player and hope to run my code on my iPhone 7. I looked at the QR code and it seems that everything is connected to my local network.

When I go to create the application and run the debugger on my iPhone 7, I get the following error on my iPhone:

An exception of type "Foundation.ModelNotImplementedException" has been thrown. (Foundation.ModelNotImplementedException)

Note: I do not change any code for specific platform projects. I changed the code only in the PCL project of Xamarin.Forms.

Please help me solve this problem and make my application work on my iPhone for testing!

+5
source share

Source: https://habr.com/ru/post/1268534/


All Articles