Hi all,
I am trying to run : app.Repl();
in my Xamarin.UITest but it is not working. Console window is opened, but error is thrown, saying that there are illegal characters in sdk path.
But Sdk path is correct and everything (apart of Repl) is working fine. In console it seems like there is one more quote at the end of the path, but I have no idea where it is coming from.
I tried to search for the error, and seems like it was not really solved. I tried to upgrade/downgrade my NUnit, Xamarin.UITest from Nuget packages, but I still got same error.
Any suggestions?
Thanks