managed object subclasses are not generating implementation files and are incorrectly named

Posted by mkc842 on Stack Overflow See other posts from Stack Overflow or by mkc842
Published on 2013-11-05T01:45:50Z Indexed on 2013/11/05 3:54 UTC
Read the original article Hit count: 87

Filed under:
|
|

In Xcode 4.6, I generated plenty of managed object subclass files without any problem. But now that I'm trying to do it in Xcode 5, it generates only a .h file. The header file has the correct properties, but it takes the name of my project, rather than the name of the core data entity I selected. Just to be sure I hadn't forgotten something, I carefully followed these steps . What could be going on? Thanks

© Stack Overflow or respective owner

Related posts about ios

Related posts about xcode