Xcode4: Different code generated for custom core data managed objects

后端 未结 6 1918
无人共我
无人共我 2020-12-13 07:50

Now that Xcode4 is publicly available I\'m moving this question out of Apple\'s secret dev forum:

Can someone explain why the code generated in the following procedu

6条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-13 08:17

    I discovered the same problem a month or so ago and posted about it on the Xcode 4 preview forums at apple. There's been no reply. To get mine working I just grabbed the method signatures from the .m file and created the category in the .h file. Basically hacked the generated code back to how XCode 3 would have done it. I haven't tried with the new release version of Xcode 4.

提交回复
热议问题