-
Notifications
You must be signed in to change notification settings - Fork 905
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
Support for network connected devices on Xcode #87
Comments
Yeah, sure, that sounds like a good option! Please feel free to do it. I think we already support '--device' flag, you should be able to use it, right? |
yes, basically I want to expand that so it supports network devices too. cool. |
Let me know if you need any help - fingers crossed! |
Alright, so two things:
|
Hey, are you working on integrating this feature? |
No, I just found the issues in |
@pvinis is this still an issue? I'll close for now, since it's an upstream bug |
I just tried it, worked. 👍 |
Xcode can connect and run apps on devices that are connected with wifi. It would be very useful to be able to run
react-native run-ios --device
and the app runs on a device that's connected with wifi, and not necessarily with a cable to Xcode.I can try to make this happen. Is that alright? Would this be accepted?
The text was updated successfully, but these errors were encountered: