iOS – Run/Debug/Install builds over Wi-Fi

2020-02-16 22:03发布

We have iPad and iPhone devices, but short of wires. Is there any way that we can install/debug the builds over Wi-Fi in iOS?

I know the way in Android, but not of iOS.

15条回答
成全新的幸福
2楼-- · 2020-02-16 22:51

" http://diawi.com "

this provides you build link of your project. Whereas with wifi its not at all possible.

查看更多
戒情不戒烟
3楼-- · 2020-02-16 22:52

Simple Solution: http://diawi.com

Upto Xcode 8 & iOS 10 : Through wifi its not possible.

You just upload your ".ipa" file to this website http://diawi.com & get sort link for that. After that install build by requesting that link in iphone browser.


From Xcode 9+ & iOS 11+ : Its possible install debug build through wifi.

  1. Open your project on Xcode
  2. Connect your ios device with USB cable.
  3. In xcode menu open Window -> Devices and Simulators or press (Cmd-Shift-2). You should see your device as connected devices.
  4. Select your device and enable check box “Connect via network”.
  5. Now you can see a network icon next to your phone name. This icon confirms that you can able to run build in wifi.
  6. Now run your build through wifi to install build in your ios devices.
查看更多
放荡不羁爱自由
4楼-- · 2020-02-16 22:52

Just tried this and it works... just take in consideration that the deployment is painfully slow.

查看更多
登录 后发表回答