Load apps on your iPhone using Xcode 7

https://developer.apple.com/xcode/

“Xcode 7 and Swift now make it easier for everyone to build apps and run them directly on their Apple devices. Simply sign in with your Apple ID, and turn your idea into an app that you can touch on your iPad, iPhone, or Apple Watch. Download Xcode 7 beta and try it yourself today. Program membership is not required.”

  1. Update OS X 10.10.5 (Yosemite) via App Store
  2. Download and Install Xcode 7

Download Xcode 7 beta 6 (Apple ID 로그인)

xcodeapp

3. Open Xcode 7, open Preferences and login to your Account

AppleID

4. Open the workspace/project in Xcode and build & run on the simulator

5. Plug in your iPhone and select it as the build Destination

Device

6. Make sure to set iOS Deployment Target (e.g. iOS 8.4) in Build Settings for both Project and Target

Project

Target

7.  Click on the Fix Issue for Failed to code sign xxxx

2015-09-02 20.50.25

8. If there’s no build errors, the app should now launch on your phone