Quote:
Originally Posted by BobGordon
I realize this must be known to everyone except me.
I would like to rename an application. It started out as just an test app to try things out, but now it's actually somewhat entertaining. All I need to do is change the name that appears publicly on the iphone.
-Bob
|
I remember having this problem once too. I finally ended up doing the following:
1) create a new project and name it as you wish
2) arrange both the new and old project windows on your screen, so you can see them at the same time
3) drag and drop the files (.h, .m, xib files, etc...) to the new project window and make sure you select "copy" if XCode asks you.
4) hit build and correct all the errors (mostly renaming the app delegate in header and main files). If you used IB, don't forget to make all the connections
Seems, there is no easy way to solve this problem. If anyone knows better, I'd definitely like to be proven wrong on this one.