-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bluepill quits with the message : "Could not launch app and tests: The request to open "com.xyz.iphoneapp" failed." #48
Comments
If you give it an empty directory using the |
The logs don't contain any useful information. Eg: Tests started: 2017-02-02 19:04:16 +0000Tests started: 2017-02-02 19:06:17 +0000Tests started: 2017-02-02 19:17:47 +0000Tests started: 2017-02-02 19:30:06 +0000Tests started: 2017-02-03 05:29:51 +0000Tests started: 2017-02-03 06:38:04 +0000 |
The second part of that message, "The request to open..." is returned to |
Read the version string from STDOUT (not STDERR). Also, there's no need to persist the parsed version string as an instance variable.
I'm trying to debug the cause of this but I'm unable to figure it out.
There should be a verbose logging mode which prints all the NSError descriptions so we can figure out such issues.
The text was updated successfully, but these errors were encountered: