xcode - This bundle is invalid. The executable name, as reported by CFBundleExecutable -
i need upload app has * in name, when try upload itunesconnect error
this bundle invalid. executable name, reported cfbundleexecutable in info.plist file, may not contain of these characters: []{}parenthesis.+*"
i need keep * how can edit info.plist accepted?
the app name set cfbundledisplayname , executable name set cfbundleexecutable in info.plist-file. not have equal.
the cfbundledisplayname , cfbundleexecutable has default value of ${product_name}, can enter string want.
so:
- change product name change
${executable_name}, removing*. see xcode 4: how change ${executable_name} variable's value? - edit
cfbundledisplaynameininfo.plistfile desired value. here can add*.
Comments
Post a Comment