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.YConvert
for key application-identifier
in 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/YConvert
does not match the package identifier com.DevName.YConvert-
.
CFBundleExecutable
the file info.plist
may not contain any of these characters:\ [] {} () .+*
I am using Xcode 5 on OS X 10.9 Please help!
source
share