0

I was making a game called "ladders", but now I'm calling it "bridges". All my file names and property and method names use "ladders", and I just want to completely change all the names to "bridges".

I just did a Find and Replace in the search navigator, and I got a zillion errors.

I think I'm just going rewrite the entire program, which will suck but I'll just be copy-pasting code from a few files, and rewriting the storyboard.

The main problem is the title of the application and the file names; I don't know how to properly change those. What's the correct procedure?

jscs
  • 63,694
  • 13
  • 151
  • 195
bmende
  • 741
  • 1
  • 11
  • 24
  • also keep getting this lexical processor cannot find file thing whenever i just change the file names – bmende Jul 28 '12 at 17:38
  • 1
    possible duplicate of [Renaming projects in XCode 4](http://stackoverflow.com/questions/5416677/renaming-projects-in-xcode-4) – Abizern Jul 28 '12 at 17:47

1 Answers1

3

Edit the project name (shown describing the xcodeproj file) in the Project Navigator. After this is done, Xcode will ask you if you want it to update the rest of your project with the new name.

jtomschroeder
  • 1,034
  • 7
  • 11