-1

kindly excuse if my question is very basic.

I am using Xcode 4.3.3, and when i run the application i get the icon and with bottom line with HTH. Now I have fixed something in the code, and would like to run in the iPhone, but i do not want the previous executable file in the iPhone i.e.: HTH should also be present. For that what changes do i have to do in the Xcode, so that i get one more executable in the device?

I tried changing the Targets name:

1. single click in target name
2. Close the Xcode, and restart,

but it did not work.

Whoami
  • 13,930
  • 19
  • 84
  • 140

1 Answers1

2

You must change the bundle identifier in info.plist

MaTTP
  • 953
  • 2
  • 12
  • 27
  • My bundle identifier is something like : demo:${PRODUCT_NAME:rfcsomethign}, it is ok if i name to something else?, It is anyway related to recreation of provisioning certificate? – Whoami Sep 04 '12 at 13:32
  • yes insert a new bundle identifier. When you will publish the app you must use the new bundle identifier. – MaTTP Sep 04 '12 at 13:33
  • That means each time i give new fix, and if i would like to keep all versions in the mobile, then i should include all bundles in the provisioning certificate right? – Whoami Sep 04 '12 at 13:36
  • Do you want to take different version of app only in development, right? If yes, it is not necessary to insert the bundle identifier in your provision certificate. – MaTTP Sep 04 '12 at 13:59
  • Yup, but still i need to send the ipa file to the customer, in that case, it is definitely required if i am not wrong?. – Whoami Sep 04 '12 at 14:39