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!
source
share