XCode 7.3 Allows you to debug your iOS app without having to pay a yearly fee and test it as follows:
1, install Mac 10.11 on VMWare12, there are many examples on the Internet. Attention:
1.1, the virtual machine settings in USB is USB2.0, cannot be 3.0 or other, otherwise the ipad cannot be connected behind Xcode.
1.2, in Windows Server to start the VMware USB arbitration Service.
2, install, download Xcode and install it in the App Store.
3, open Xcode to create a new multi-page program (such as called MVAPP1). Attention:
3.1,development target to select no higher than the real machine (iphone or ipad) to connect to.
3.2, select the debug device as a connected real machine (such as Ipad,iphone).
4, when running MVAPP1 on the ipad, display "Untrusted developer ", find the "General" under the settings management, find their corresponding developer account, choose Trust.
Run MVApp1 again to see the real effect.
VMWare Mac 10.11 XCode 7.3 ipad Real-Computer debugging important issues Summary