Generating Core Data classes in Swift
Generating Core Data classes in Swift
- Subject: Generating Core Data classes in Swift
- From: Jim Geist <email@hidden>
- Date: Fri, 05 Sep 2014 20:22:01 -0700
Say my app is called MyGreatApp, and I have a Core Data entity named Entity. Per instructions, I namespace the class associated with the entity and call it MyGreatApp.Entity. When I use Create NSManagedObject Subclasses and tell it to generate Swift files, I get a class called MyGreatApp that contains the attributes from Entity.
Is this known broken? Workaround other than hand-tweaking the class? I have the current Xcode beta.
Thanks!
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden