-
Notifications
You must be signed in to change notification settings - Fork 13
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
Failing to open iOS application in the simulator #66
Comments
@sharplet I'd love to know if you've resolved this. |
I have not. Might try to take a look tomorrow. |
Ok! I worked out what's going on here. The cause of the error: the app bundle that was being installed was built for
|
Here's what I thought we could do: Instead of grepping for However, there seems to be a discrepancy between I can think of two options:
Thoughts? |
Is there an even easier way to solve this? We actually don't support running on a device at all right now, so could we modify our script to only find simulator builds? |
Yeah we could totally hardcode that. |
FWIW, it's currently hardcoded to look up simulator builds in #71. |
In a discussion on #71, it became clear that it makes sense to flesh out support for schemes. The core of the problem is that when we use So because
|
Note: this would explicitly not be supporting ambiguous scheme names in workspaces or projects. Unambiguous scheme lookup can be added later. |
I'm getting further since #60 was fixed, but not quite all the way there yet. The application appears to successfully install in the simulator, but then fails to open:
This could be related: http://stackoverflow.com/questions/31350957/fbsopenapplicationerrordomain-error-1. Something to do with environment variables on launch. I'll try take a look into this later.
The text was updated successfully, but these errors were encountered: