If we change project.pbxproj file, it could be something wrong.
so I've found a solution on internet.
How about you ?
[From :
http://drjunker.org/2008/04/10/xcode-rename-project-and-application-change-copyright-and-version-number/]
so I've found a solution on internet.
- Close the project in Xcode
- Duplicate the project directory in the Finder by pressing Command-D.
- Rename the folder
- Open the folder and rename the “.xcodeproject” file
- Delete the “Build” sub folder, if there is one
- Open the renamed .xcodeproject file
- On the left in the “Groups&Files” list, expand the “Targets” group, double click on the target that still has your old project filename. Rename it under the “General”-tab in the window that opens.
- Select “Clean all targets” from the “Build” menu, keep the boxes checked, and click “Clean”.
- Build and run your project.
How about you ?
[From :
http://drjunker.org/2008/04/10/xcode-rename-project-and-application-change-copyright-and-version-number/]