Highlight your app under "Targets" in the Overview, then click on the "Info" icon at the top of the XCode window; in the window that pops up, highlight "Properties". What it says next to "Identifier" is supposed to match whatever appears in the App ID on the Apple Provisioning Portal for your app after the first dot. (If the only thing after the first dot is an asterisk, I think you can enter pretty much anything you want, but I am not sure about that. The "preferred" value is com.<some-company-name>.<some-app-name>) If they do not match, change the XCode value.
-- Don
|