Xcode 5 "Invalid Code Entry Rights" Error

I want to free my application, and I am having trouble checking my application archive.

  • Invalid code signing rights. The signature of your application package contains code signing rights that are not supported on iOS. In particular, the value **********.com.DevName.YConvertfor key application-identifierin is Payload/YConvert+.app/YConvert+not supported. This value should be a string with yours TEAMID, then a dot .followed by a packet identifier.

  • The executable Payload/YConvert+.app/YConvery+ i Payload/YConvertdoes not match the package identifier com.DevName.YConvert-.

  • CFBundleExecutablethe file info.plistmay not contain any of these characters:\ [] {} () .+*

I am using Xcode 5 on OS X 10.9 Please help!

+4
source share
1 answer

I just came across the same error. Hope this explains step-by-step: Submitting an iOS app for an invalid app store app id

+2
source

All Articles