michaelarmstrong / SuperRecord

A small set of utilities to make working with CoreData and Swift a bit easier.
MIT License
366 stars 27 forks source link

cannot build demo #13

Closed gaming-hacker closed 9 years ago

gaming-hacker commented 9 years ago

hello, the demo will not build.

error is SuperRecordDemo.xcodeproj cannot be opened because it is missing its project.pbxproj file.

xcode 6.1.1 iOS 8.1

PGLongo commented 9 years ago

I don't know why but the demo has been removed month ago by @michaelarmstrong.

michaelarmstrong commented 9 years ago

The demo was broken... I'll be updating it with a new and better sample project shortly. Until then, feel free to ask any questions.

PGLongo commented 9 years ago

I think it should be better have a small demo project inside this project and spent more time and effort on keeping updated a wiki and the Readme.

In my opinion the only components that needs a demo project is NSFetchedResultsControllerExtension

gaming-hacker commented 9 years ago

that's ok, i'll wait for the demo to be completed. i just want to see it build and do something before spending time integrating it.