How do I set up an Apple Developer account so that I will not be charged? I only need it to use an App I build with Xcode on my own iPhone.
Apple Developer account for free
I may be mistaken, but I think that by the fact that you can post on this forum, you have an Apple Developer Account.
You should be able to set your plugged-in iPhone as the build target and then cmd-R to run it on your phone. It will tell you to go into settings and turn on developer mode, after which you need to restart your phone, and I think there are few more steps, but it is totally possible. As somebody who does not have a paid Apple Developer account, I can confirm that it is possible to do this.
Hi chaimp! Thank you very much for your answer! It helped me to understand to things that were missing:
- I did not turn on the developer mode on my iPhone
- I had to change the bundle-id in my settings (I was not aware, that the bundle id seems to have the requirement that it contains an URL; I just used random characters that were not working....
Changing these to things everything works fine now! Thanks again!