Xcode install app on real device without Apple developer account
- Open Xcode, go to Xcode -> Preferences -> Account tab.
- Click the + button to add Apple ID and then Login with your Apple ID.
- Go to your Project Editor by clicking the project name in the Project Navigator
- Click Signing & Capabilities
- Select your Apple ID as the team, and it will show as a personal team.
- Make sure the Bundle Identifier is unique to your project.
- Connect your iPhone to your Mac.
- Select your iPhone from the dropdown list for the destination to install the project.
- Click the Run button to run the app on your iPhone.
- It will install the app on your iPhone and also add a certificate to your iPhone.
- You will get an error dialog saying that the certificate is not trusted.
- Go to your iPhone to trust the certificate by going to Settings -> General -> VPN & Device Management
- Under the DEVELOPER APP, tap on the item that says Apple Development:yourappleid@example.com
- Tap trust.
- Go back to the Xcode, hit the Run button again and it should launch the app on your iPhone.
Search within Codexpedia
Custom Search
Search the entire web
Custom Search
Related Posts