“Connect via network” wireless debugging not working Xcode 9

前端 未结 4 593
死守一世寂寞
死守一世寂寞 2021-01-31 18:13

I am trying to run my iOS app via wifi network. But its not working as I expected.

Connected Network sign is not displaying.

I am using

4条回答
  •  野性不改
    2021-01-31 18:49

    Prerequisites: iOS => 11.0; Xcode 9; Same network for both iOS device and Mac

    This worked for me: 1. Plug in iPhone, select "Connect via network" 2. Select you iPhone as the target for debug build. 3. Unplug, build app in that iPhone (it will fail). 4. Plug back in, check for network symbol (it appeared here for me). 5. Unplug and build wirelessly successfully.

    Sorry this is a hand-waivey answer :/

提交回复
热议问题