If you want to deploy your application onto your device you will need to install the appropriate provisioning profiles and certificates on your device and computer.
First off:
- Add your device to the provisioning portal
- Create a APP Id in the same portal
- Download the WWDR certificate and install it
- Generate a cerificate for your computer (follow the instructions in the portal)
- Create a provisioning profile in the same portal
Set the correct bundle identifier (e.g. com.mycompany.myapp) in your myapp-Info.plist file.
In XCode, open the project settings and find the row "CODE_SIGN_IDENTITY", choose the correct provisioning profile here. Make sure you do it for the correct configuration (e.g. Debug).
I think thats it, don't think there is anything more to do.
This process is quite tricky and bumpy, so good luck! ;)
Regards,
Paul Peelen