How do I build my application for the iPhone device (not sim)
I keep getting开发者_C百科 this error:
Code Sign error: The identity 'iPhone Developer' doesn't match any valid certificate/private key pair in the default keychain
I have paid me $99 (which I had to beg/borrow/steal).
Thanks
You have to install a provisioning profile which you can get at the iOS provisioning portal. Go to developer.apple.com, click iOS dev center, login, then iOS provisioning portal.
in your project setting you need to define the provision profile in Code signing section inside that change the code signing identity to your developer provision profile that you can download/create from developer.apple.com instead of 'iPhone Developer'....
精彩评论