views:

108

answers:

1

How to config xCode Project to deploy iOS app into iDevice and make deployed-app use Mac network (network of which running xCode)?

+4  A: 

As I understand, you are using internet via ethernet. And now, you want to use the same ethernet network in iPhone, correct?

If that's true - you need to start Airport from you Mac. And then share your internet to computers using Airport.

More detailed information is available here - http://www.ehow.com/how_4504298_create-wireless-computer-computer-network.html

Now, go to "Settings" --> Turn Wi-Fi on --> You'll find your System Name in the list of Network.

Select your PC name & now you're now on same network which your Mac is using.

Notes: 1) Above method would work only if you're using Apple's iMac, Mac Mini, Mac Book or any other genuine Apple Device. 2) Your iPhone/iPod Touch/iPad should also be genuine & not jailbroken or hacked by any other means. (It might work on Jail-break devices too but just a caution added.)

Sagar
Sharing network using "Share network" of Mac OS use WEP protocol. So, it not secure enough for my work.
leduchuy89vn
then, connect both iPhone and iMac to an (existing) WPA wifi network. Share your internet from ethernet to said wifi network, and set your Mac as default gateway on your iPhone.
Victor Jalencas