Using OEPE to develop mobile apps for eventual deployment to iOS.
Tutorial apps work fine when deploying to iOS simulator. Getting an error when attempting to deploy to iPhone for testing.
Created and downloaded a Provisioning Profile:
- Joined Apple Developer Program
- On the Apple developer site, created & downloaded a certificate
- Created & downloaded a Provisioning Profile (which the Apple Dev site shows as 'active')
Set up Eclipse Preferences:
- Eclipse / iOS Mobile Provisions: pointed to Mobile Provision File
- Have Entitled Application ID
- Pointed to Certificate
- Debug Configuration points to iOS Deploy Target (iTunes (for device deploy))
- Debug points to Provisioning Profile.
- NO ipa file designated
During Debug, the application builds successfully.
Then, the build fails:
** ARCHIVE FAILED **Code Sign error: No matching provisioning profiles found: No provisioning profiles with a valid signing identity (i.e. certificate and private key pair) were found.
Anyone know where to start to figure this out?
THANKS!!