magicalpanda / MagicalRecord

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

Build fail on xcode7 due to pragma marks in macro #1205

Closed TerjeLonoy closed 5 years ago

TerjeLonoy commented 8 years ago

As title states, the build fails due to pragma marks being defined in a macro.

This occurs at file: NSManagedObjectContext+MagicalRecord.m Lines: 248-251

Coeur commented 5 years ago

You mean #pragma clang diagnostic push? This is a perfectly fine pragma. And Travis CI is happy with Xcode 7.3 and Xcode 10.1: https://travis-ci.org/magicalpanda/MagicalRecord/builds/539138993