-
-
Notifications
You must be signed in to change notification settings - Fork 21.2k
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
[WIP] Implement iOS one-click deploy. #33086
Conversation
That reminds me, do the official iOS export templates contain x86 binaries for use with the Simulator? |
Yes: 3.1.1 templates have |
XS/XR+ iPhones use ARMv8.3 CPUs ( |
Slightly related but I also found this maintained repo that does the same thing, might be helpful as a reference. |
I gave this a whirl with my iphone 7, and ipod touch, it works really well so far. |
This works in the simulator but not on the device for me. @Relintai can you confirm this works from a mac to a device and without using the simulator? |
It did work for me. As I said I tried it with my real iPhone 7, and my iPod touch (5th gen). It worked flawlessly with both of them, every single time, also with multiple projects. Something might have changed since then though, because for example now ios-deploy says to uninstall the npm version (commit from yesterday), and I had the npm version. I'll update everything, clean rebuild on my mac and test again in a few days. |
This is too outdated and need to be redone. |
Implements onc-click deploy to iOS simulators (via xcode
xcrun simctl
) and devices (via third-party tool -ios-deploy
).https://streamable.com/zqca9
ios-deploy
part needs testing, I do not have any iDevices to test it on real hardware.There's already PR for the same thing but it only supports real devices via
ios-deploy
: #11765Fixes: #2703