magicalpanda / MagicalRecord

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

compile error with Undefined symbols #1151

Closed feefly1987 closed 8 years ago

feefly1987 commented 8 years ago

Undefined symbols for architecture x86_64: "_OBJCCLASS$_DDLog", referenced from: objc-class-ref in MagicalRecord+ErrorHandling.o objc-class-ref in NSManagedObject+MagicalDataImport.o objc-class-ref in NSManagedObject+MagicalRecord.o objc-class-ref in NSManagedObjectContext+MagicalObserving.o objc-class-ref in NSManagedObjectContext+MagicalRecord.o objc-class-ref in NSManagedObjectContext+MagicalSaves.o objc-class-ref in NSObject+MagicalDataImport.o ... ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)

feefly1987 commented 8 years ago

I add CocoaLumberjack support with Swift like this in podfile: pod 'CocoaLumberjack/Swift', '~> 2.2.0'

then compile error with Undefined symbols

tonyarnold commented 8 years ago

Duplicate of #988.