1

I've renamed a project in xCode 4 by slowly double clicking the project name and then following the directions. I then Build and Run with no errors, but when I select a popover in the app simulator get a SIGABRT. This works fine in the original project. Other parts of the renamed app work OK. I've done a Clean and that doesn't help.

Are there other changes I need to make manually to rename a project?

Kara
  • 6,115
  • 16
  • 50
  • 57
MonkeyBusiness
  • 379
  • 1
  • 4
  • 16

1 Answers1

0

This is usually caused by some forgotten value in the Build settings like old name for info file, app delegate etc ...

Ondrej Rafaj
  • 4,342
  • 8
  • 42
  • 65