Hi all,
I am at that stage now where I am tidying up, triple checking..dotting the i's and crossing the t's as it were...
However, something that has always worked for me is failing to do so and I can't fathom out what is going wrong!
Usually I have my explicit bundle id set up and then I just edit the 'Bundle Name' in info.plist to change the display name but it just wont change when I am testing on my iPhone - I have added 'Bundle Display Name' to the info.plist and still not working.
It is working fine on the simulator but I am not confident that it will deploy with the correct display name now when it comes to distribution - has anyone else experienced this issue, if so what was your resolution?
Thanks
Mike
It's not clear if you're using a macro to set the name or if you're hard coding a name string in the Info.plist 'bundle display name'...?
I'm also assuming you're talking about the name shown under the app icon on the springboard...
Are you editing the Info.plist directly or setting the bundle display name via Xcode/Target/Info? Did you check those same values at the Project level?
Did you change the name using the Identify Inspector?
Did you use Xcode's 'Product' menu with the option key pressed, then select 'Clean Build Folder' to force it to adopt new settings?
Did you delete the old version(s) off the simulator first, then build?
Is the bundle display name localized?