zwaldowski / AZCoreRecord

Effortless fetching, saving, importing, and ubiquity for Core Data
MIT License
38 stars 1 forks source link

New import errors #6

Closed franzhcs closed 12 years ago

franzhcs commented 12 years ago

NSManagedObject+AZCoreRecordImport.m contains error on the static declarations.

zwaldowski commented 12 years ago

That's strange, those aren't declared on the header anymore. What version of Xcode is this on? I'll look into it this afternoon. Sorry for the inconvenience.

franzhcs commented 12 years ago

That's Xcode developer preview :)

zwaldowski commented 12 years ago

This would only be happening if a header from MagicalRecord was still around in your codebase somewhere, as far as I can tell. However, I've prefixed the internal helper functions; this shouldn't be happening anymore. Thanks!