I am getting this error when I try to build for the device:
Code Sign error: The identity 'iPhone Distribution' doesn't match any identity in any profile
I am:
- Building for development, not release.
- Building for 3.1.2
- Running SDK 3.1.2
I have:
- Revoked and re-issued a valid certificate
- Created a new Ap ID and new associated provisioning profile with an explicit app name (com.mycompany.appname) and matched my Bundle Identifier to it (com.mycompany.appname).
- Selected the specific provisioning profile I created as my Code Signing Identity. (I uninstalled all my other CSI just in case.) Just to reiterate: "iPhone Distribution" is not selected!
I should also stipulate that it won't even begin to build the code (even if there has been a clean build) because of this problem. So its not throwing this error when it tries to install to the device.
I have also read other StackOverflow threads about this issue, but they seem to be building for distribution and not development.
Any help would be much appreciated...