magicalpanda / MagicalRecord

Super Awesome Easy Fetching for Core Data!
Other
10.8k stars 1.8k forks source link

update failed with error #1261

Closed maryamfekri closed 7 years ago

maryamfekri commented 7 years ago

I have update my magicalRecord pod to version 2.3.2, but failed on build. in my Bridging-Header file:

#import <MagicalRecord/MagicalRecord.h>
#import <MagicalRecord/MagicalRecord+ShorthandMethods.h>

there will be an error containing "MagicalRecord/MagicalRecord.h not found"

what should i do with the issue ?

maryamfekri commented 7 years ago

I used this command to delete all cached files with a clean build then compile and build again , fixed the issue. -> rm -fr ~/Library/Developer/Xcode/DerivedData thanks