Application Identifier?
by Dillon Sinnott · in iTorque 2D · 09/19/2009 (10:35 pm) · 1 replies
I am at the building your application with Xcode for distribution step, but on step five where you're suppose to select your Select your app store distribution profile, it just says, in grey:
"profile doesn't match application identifier 'com.garagegames.itgb'"
With nothing to actually select.
I did check the apple forums, and they didn't have anything that dealt with it.
Anyone have any ideas on how to fix this, cause it's really bugging me that I'm stuck at so close to the end.
"profile doesn't match application identifier 'com.garagegames.itgb'"
With nothing to actually select.
I did check the apple forums, and they didn't have anything that dealt with it.
Anyone have any ideas on how to fix this, cause it's really bugging me that I'm stuck at so close to the end.
Torque 3D Owner Ronny Bangsund
Torque Cheerleaders
What you need to do is open the relevant Info.plist (check the build settings for which one your current target points to) and change the identifier from com.garagegames.{$SOMETHING_COMPLICATED:identifier}. It's what the project uses to find your provisioning profile, so it must match YOUR bundle identifier ;)
To be on the safe side, right-click the target in the tree list on the left in Xcode and select Get Info. Do all your build settings from there, as the main project settings sometimes doesn't seem to see the Info.plist. Maybe it's fixed in later Xcode, but there's more you can do off that section.