开发者

iPhone App Identifier issue

开发者 https://www.devze.com 2023-02-22 08:28 出处:网络
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 buil

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消