Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

mikezang

macrumors 6502a
Original poster
May 22, 2010
939
41
Tokyo, Japan
When I validate my app, I got error as below, how can I solve this error?
Code:
Invalid Code Signing Entitlements. 
Your application bundle's signature contains code signing entitlements 
that are not supported on iOS.
Specially, value 'nnnnnnnn.com.mydomain.*' for key 'application-identifier' 
in 'Payload/Myapp.app/myapp' is not supported. 
This value should be a string starting with TERMID, 
followed by a dot '.', followed by the bundle identifier.
 
When I validate my app, I got error as below, how can I solve this error?
Code:
Invalid Code Signing Entitlements. 
Your application bundle's signature contains code signing entitlements 
that are not supported on iOS.
Specially, value 'nnnnnnnn.com.mydomain.*' for key 'application-identifier' 
in 'Payload/Myapp.app/myapp' is not supported. 
This value should be a string starting with TERMID, 
followed by a dot '.', followed by the bundle identifier.

The error is telling you exactly what's wrong. You have a bad entry in your app's info.plist. It looks like you've never defined a bundle ID for your app.

Go read in the Xcode docs on bundle IDs and application IDs and how they are defined in the info.plist file.
 
When I validate my app, I got error as below, how can I solve this error?
Code:
Invalid Code Signing Entitlements. 
Your application bundle's signature contains code signing entitlements 
that are not supported on iOS.
Specially, value 'nnnnnnnn.com.mydomain.*' for key 'application-identifier' 
in 'Payload/Myapp.app/myapp' is not supported. 
This value should be a string starting with TERMID, 
followed by a dot '.', followed by the bundle identifier.
Thanks a lot, now I got what I need.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.