Context
- I'm trying to upload a lite version of a "full" app, (this full app is already in the store).
- I created this lite version using the multiple target approach (basically the same Xcode project with a different pList file)
- I've been able to create ad-hoc builds and publish to my device for this lite version.
Problem
I'm getting the "No Identities are available for signing" issue, when I try and push the lite version to the store.
What I think is the solution
I think I need to create a new provisioning profile, as for the ad-hoc builds I think I was using a wildcard provisioning profile, but I don't think I can use that for the app store.
The lite version has a different app bundle id, which I think is causing the issue. How to I go about creating a distribution profile for this new bundle ID?