I’ve managed to get both an iPad and iPhone hooked up to xcode, and can successfully deploy to the device. For some reason I’m getting network errors every time I try an access a feature that requires the internet, so I think there must be some setting in XCode I’m missing.
Do I need to specifically tell xcode that I permit the device to access the network?
Turns out it was an issue with PhoneGap (used to create cross-platform apps by using HTML5).
The error I was getting was similar to this:
And the solution can be found here:
http://www.anujgakhar.com/2011/11/22/phonegap-gotcha-error-whitelist-rejection/