marcelosalloum
marcelosalloum

Reputation: 3531

CoreData Lightweight migrations error when integrating RestKit and MagicalRecord

I am using MagicalRecord along with RestKit but I'm having trouble performing lightweight migrations.

I've followed this example but got a CoreData: error: -addPersistentStoreWithType:SQLite configuration:(null) after this line is executed.

Thanks,

Upvotes: 4

Views: 66

Answers (1)

marcelosalloum
marcelosalloum

Reputation: 3531

The solution for my problem was to perform the "good and old" Clean on XCode.

Upvotes: 2

Related Questions