Issue launching Repl() on iOS
When I first started on UI testing with Xamarin, I was able to have a test that just ran the Repl(), like this:
[Test]
public void LaunchRepl()
{
_app.Repl();
}
And I was able to explore my app's UI elements. But something went wrong in the recent few days. I don't know what, but now when Repl() is hit, the terminal launches, then closes right away. I attached a screen with the error, but I'm still looking for the full error log. Is there an