Error: Expected specifier-qualifier-list before ... in XCode Core Data
Posted
by Doron Katz
on Stack Overflow
See other posts from Stack Overflow
or by Doron Katz
Published on 2009-09-10T03:11:08Z
Indexed on
2010/03/17
0:21 UTC
Read the original article
Hit count: 757
Hi guys, I keep on getting this error "error: expected specifier-qualifier-list for core data code im working with, in the app delegate.
Now when i get this error and about 40 other errors relating to managedobjectcontext etc, i thought maybe the library needs to be imported. Now i havent done this before, but i went to Frameworks group and add existing frameworks and it added CoreData.framework. I re-build and it still came up with the error. Do I need to import anything in the headers explicitly or is there some other step i need to do?
Thanks
© Stack Overflow or respective owner