Issue launching Repl() on iOS

0
=
0
+
0
No specific Bitcoin Bounty has been announced by author. Still, anyone could send Bitcoin Tips to those who provide a good answer.
0

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 any permission/variable that I'm missing now? I found this thread with perhaps a similar issue on Android, and it turning out to be a permission issue:

http://forums.xamarin.com/discussion/24398/vs2013-with-xamarin-uitest-issues-getting-a-test-for-a-simple-anrdoid-app-to-run-repl

Could I be having a similar issue? Thank you.

0 answers

0
=
0
=
$0
Internet users could send Bitcoin Tips to you if they like your answer!

Too many commands? Learning new syntax?

FavScripts.com is a free tool to save your favorite scripts and commands, then quickly find and copy-paste your commands with just few clicks.

Boost your productivity with FavScripts.com!

Post Answer