Adding CoreData to and existing iPhone project

Just a quick note (and Google bait) to help others looking for a solution to the ‘Expected specifier-qualifier-list’ error message.

For me this happened as I was adding CoreData to an existing iPhone project, the quick answer is that even after adding the Framework correctly you have to update your *_Prefix.pch file to include the Library.

Please see Here for details.

Leave a Reply

You must be logged in to post a comment.