Can I run an app on device without paying for a membership?

Hi,

New to ios dev. I just started actually. I want to test an app on my actual device while plugged into my computer.

Is this possible?

I have created a developer account (free) and added it to my Xcode. However I am still getting the error:

Signing for "appTest" requires a development team.

I have seen websites that say you can do this for free but the instructions are vague.

Please could someone guide me through this like i'm a child?

Much appreciated.

Hi,

I strongly suggest to you to watch these classes: https://cs193p.sites.stanford.edu It will save you a lot of time and the solution for your question is there in the first class.

Have a nice day, Johel

However I am still getting the error:

Right. To fix this:

  1. Go to Xcode > Settings > Accounts and confirm that your account is listened under Apple IDs.

  2. Once that’s done, open your project.

  3. Choose View > Navigators > Project.

  4. Select your project on the left.

  5. In the middle, make sure your target is selected.

  6. At the top, select Signing & Capabilities.

  7. Under Signing, there’s a Team popup. Choose your Apple ID from there. You’ll see that includes Personal Team, which is what indicates that it’s a using the free provisioning.

Here’s a screen shot illustrating steps 2 and onwards:

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Can I run an app on device without paying for a membership?
 
 
Q