ios - Organizer - Archives. Different name than ${PRODUCT_NAME} -


i'm having issue that's driving me crazy. i'm using ejecta js wrapper (sorta phone gap games).

i double checked in xcode , ${product_name} set correctly in "build settings"->"product name", check everywhere knowledge took me , in xcode there no mention anywhere of "ejecta". , if case archive (no issues, no warnings) , in organizer, under name find "ejecta" instead of correctly set app name.

can me understand why? issue be?

thank help

i'm thinkig of few things here.

  1. the bundle display name in info.plist file
  2. maybe created file called infoplist.strings cfbundledisplayname 'ejecta'

if none of it, track down (see included screenshot).

  1. create run script phase in target
  2. make sure option 'show environment variables in build log' selected
  3. make stop error code (>0)
  4. when error generated, right click -> show in log
  5. check everywhere word 'electra'

enter image description here

hope helps


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -