I have a really annoying problem. My app is published in the AppStore.
Everytime i run the app from Xcode, the iTunes binary just gets overwritten… and next time i need to test something with the production version of the app, i need to re-download it.
Is there any way to solve this?
Thanks in advance!
You need to change your bundle identifier. Here’s how I set it up in my projects
Infotabbundle identifierto a custom build setting e.g. I have it as${BUNDLE_IDENTIFIER}Project– (you may wish to keep at target level your choice)Build SettingstabUser-DefinedAdd Build SettingAdd User-Defined SettingKeyas the name you chose earlierBonus
You can use the same trick for icons so you can easily tell apart your builds on one device