标签: ios core-data
假设我们有实体,A和B.
A与B有很多关系,可能为空。
我想从A中获取只有那些有Bs的实体。我该怎么做?
我尝试了一个谓词:@" bs!= nil",但这没有用(NSInvalidArgumentException to-many key not here)