Skip to content
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

Add instructions to README.md on how to run the watch app via Buck CLI #98

Open
bachand opened this issue Apr 28, 2019 · 1 comment
Open

Comments

@bachand
Copy link
Collaborator

bachand commented Apr 28, 2019

I spent a few minutes on this and I can't figure it out.

I ran make debug, and then tried opening a Watch simulator via the "Hardware" menu of the simulator, but it wasn't paired.

I then tried running xcrun simctl list to see if I could specify a paired iPhone + Watch simulator, but I wasn't sure how to specify one on the command line.

Ideally there would be a command to do this in the Makefile if that's possible.

@dfed
Copy link
Collaborator

dfed commented Apr 28, 2019

We should be able to use xcrun to create a device pair. Might be a bit of a pain to do programmatically (since IIRC we’ll need to grab the output of xcrun, grab device UUIDs, then run a separate command to create a pair), but it should be possible.

This post should prove helpful as we try to get this running. As a note to myself (and nerd-snipe for the interested) I’m also guessing if we can solve this here, we can probably use the fix to resolve square/Valet#128.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants