0
  1. Is there any up-to-date, step-by-step instructions for running an IOS APP on a device?

  2. For example, in these instructions, I have made it through step 3.

    http://code.tutsplus.com/tutorials/how-to-test-your-app-on-an-ios-device--mobile-13861

At step for, it says to click "Use For Development"

When I have my device connected, there is no "Use for Development" button on that screen.

Community
  • 1
  • 1
user3344003
  • 20,574
  • 3
  • 26
  • 62

1 Answers1

0

If you are looking for "Use for Development".

  1. connect your device.
  2. Open X-Code.
  3. select Window menu and choose Organizer. 4.Select Devices.
  4. Your device would be listed on the left tab.
  5. Select the device.
  6. Use should find the use for development button in the details pane (right pane) along with other details about device.

If everything is good ,you would have a green light indicator. Else there would be a red/yellow indicator besides your device name in left pane. When you select the device, the issue would be displayed in the right pane.

nprd
  • 1,942
  • 1
  • 13
  • 16
  • Somehow I got it working. I have no idea what I did but eventually, it worked. I wish I could share an answer but I have none. – user3344003 May 19 '14 at 21:16