magicalpanda / MagicalRecord

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

'CoreData+MagicalRecord.h' file not found #1201

Closed felipecaldas closed 8 years ago

felipecaldas commented 8 years ago

Hi,

Using a Swift project, installed via cocoapod v2.3.2

In the C bridge file I added:

ifdef OBJC

#define MR_SHORTHAND
#import <CoreData+MagicalRecord.h>
#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>

endif

Getting the error mentioned in the subject. Any help please?

Thanks.

felipecaldas commented 8 years ago

Sorry, user's mistake.