我目前正在将我的项目更新为
Swift 3,并且我将所有的NSDate方法和扩展都移动到Date以便在应用程序中保持标准.
问题是我使用Xcode自动生成我的NSManagedObject子类,它生成日期属性为NSDate而不是Date.
编辑
每Apple Developer Documentation:
Core Data natively supports a variety of attribute types,such as string,date,and integer (represented as instances of NSString,NSDate and NSNumber respectively).
所以我觉得这不可能= /