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:

  1. change product name change ${executable_name}, removing *. see xcode 4: how change ${executable_name} variable's value?
  2. edit cfbundledisplayname in info.plist file desired value. here can add *.

Comments

Popular posts from this blog

android - Pass an Serializable object in AIDL -

How to provide Authorization & Authentication using Asp.net, C#? -

How to use Authorization & Authentication in Asp.net, C#? -