I have a Core Data / Swift Cocoa application project in Xcode 6 (let\'s call the project Stuff). I created a Core Data entity called Query and used Xco
Stuff
Query
I have a project with CoreData in pure Swift, no bridging header files and tests are working. Here's how I've managed to do:
My project name is cars and I have a NSManagedObject called Car
Car.swift:
Car.swift file Target Membership:
cars.xcdatamodeld Data Model Inspector: