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
  • 5,650
  • 15
  • 48
  • 55
MonkeyBusiness
  • 269
  • 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,070
  • 7
  • 38
  • 61