Submitting iOS app to app store application identi

2019-01-14 07:36发布

I'm using xcode 5 and I guess I'm missing where to change the bundle identifier.

When I try to validate my app for submission to the app store, I get two errors....

Invalid code signing entitlements. Your application bundle's signature contains code signing entitlements that are not supported on iOS. Speicifically value 'K8TE8KDZ95.com.iclinical.child' for key 'application-identifier' in 'Payload/iResus.app/iResus' is not supported. This value should be a string starting with your TEAMID, followed by a dot '.' followed by the bundle identifier

and

The executable at Payload/iResus.app/iResus in Payload/iResus.app has been signed with identifier 'com.iclinical.child' which does not match the bundle identifier 'com.iclinical.childresus

I'm not sure where I should be changing this. The bundle identifier in the target is com.iclinical.child but clearly I need to change it somewhere else too....

Hope you can help.

标签: ios xcode xcode5
7条回答
smile是对你的礼貌
2楼-- · 2019-01-14 07:57

I got the same error, although I already submitted the app with this BundleID multiple times.

What solved the problem: performed Product->Clean and restarted Xcode.

查看更多
登录 后发表回答