0

I am trying to run iOS application on iPad with a free device. When I press the fix issue button in xcode, I get this error

No Devices

Creating a profile requires having a device registered in the Member Center.

I tried to add a device in the member center but my account looks quite different from this. I just have the "additional resources" section, I do not have a "Program Resources" section. Is it not possible to run code on a device with a free account ?

Community
  • 1
  • 1
User1238
  • 87
  • 8
  • 4
    I'm voting to close this question as off-topic because [we are not customer support for your favorite company](//meta.stackoverflow.com/questions/255745/). – Kyll Aug 17 '16 at 07:55
  • How about: http://stackoverflow.com/questions/30973799/ios-9-new-feature-free-provisioning-run-your-app-on-a-device-just-with-your-ap – Roger Aug 17 '16 at 07:59
  • than we can just close every question related to iOS and apple devlopment ... @Rogier thanks – User1238 Aug 17 '16 at 08:06
  • @User1238 No, we merely strive to close every question which is off-topic as per the [help]. Yours is not a problem which can be solved by programming. – tripleee Aug 17 '16 at 08:15

1 Answers1

0

Yes it is possible.

Add your free account in xcode. Create provision profile for it (free).

When run the project set this profile. I should run fine. I am also using a free account and running projects in my iPhone.

Sofeda
  • 1,361
  • 1
  • 13
  • 23