0

My team recently renamed the project of an Objective-C iOS app in Xcode and we've determined a larger problem to be the cause of the .mom file within the momd directory to be named wrongly.

Example (not real names): Our project used to be named "ChinaTown", but was renamed to "Chinatown". Thus inside the Chinatown.momd directory is a ChinaTown.mom file.

How can we ensure that the .mom file within the momd directory is of the correct name and case?

Tanner
  • 1,214
  • 3
  • 12
  • 16

1 Answers1

0

Fixed by recreating the data model and deleting the old one. Reference stackoverflow thread

Community
  • 1
  • 1
Tanner
  • 1,214
  • 3
  • 12
  • 16