开发者

Core Data Property Not Found on Type Equipment

开发者 https://www.devze.com 2023-02-08 09:11 出处:网络
Can anyone explain this error?开发者_StackOverflow社区 It works fine if I use [equipment valueForKey:@\"name\"]; or another property yet I can\'t use the Core Data generated accessors.It seems tha

Core Data Property Not Found on Type Equipment

Core Data Property Not Found on Type Equipment

Can anyone explain this error?开发者_StackOverflow社区 It works fine if I use [equipment valueForKey:@"name"]; or another property yet I can't use the Core Data generated accessors.


It seems that even though I declare @class Equipment in the header file for the class using the Equipment object I also have to #import "Equipment.h" in the implementation file.

0

精彩评论

暂无评论...
验证码 换一张
取 消