简体   繁体   中英

Xcode 8.0 where is the NSManagedObject subclass template

After updating to Xcode 8.0, I want to add some NSManagedObject subclasses to my project.

In the previous versions, there was a template with the same name that helped to create the classes for all the core data entities at a time. But I do not find the option under the list of new file templates in Xcode 8.0

Do I need to create my own template? Or there is an other way around?

Open your model, and click on Editor > Create NSManagedObject Subclass 在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM