iPhone App Identifier issue
I switched from a wildcard identifier to a fixed one, but since then it does not work anymore. I m开发者_开发问答ade sure that it is the same in the info.plist, but when I try to select it in the build settings it says that the application identifier does not match (in grey, deselected). What am I doing wrong?
There are three places where the bundle ID is listed: info.pist, dist.plist (the entitlements file), and the provisioning profile. Make sure all three match. Restart Xcode while you're at it, sometimes Xcode does not notice profile changes without a restart.
精彩评论