Mantle / MTLManagedObjectAdapter

Core Data support for Mantle
https://github.com/Mantle/Mantle
MIT License
140 stars 55 forks source link

Fixing Cartfile and Fixing project building over carthage #21

Closed JamieWhite closed 5 years ago

JamieWhite commented 8 years ago

So I couldn't run Carthage update anymore because the older versions of Quick and Nimble wouldn't build with the latest xcode so I updated the Cartfile for those

I also couldn't get the project imported via carthage into another project because of build errors:

MTLManagedObjectAdapter/MTLManagedObjectAdapter.m:754:41: error: comparison of array 'attributes->type' not equal to a null pointer is always true [-Werror,-Wtautological-pointer-compare]

I took its suggestion and removed the (supposedly) unnecessary check