15

I am using Xcode 4, and I can't find a way to work with the graphical predicate builder. Is it still there? How do I use it? Where is the documentation on this?

Thanks

Jim
  • 5,940
  • 9
  • 44
  • 91

1 Answers1

14

In XCode 4, highlight your model, then:

Choose Editor -> Add Fetch Request

enter image description here

Then highlight it (rename if you like). The Predicate Builder is in the right pane:

enter image description here

samplebias
  • 37,113
  • 6
  • 107
  • 103
  • What about for Fetched Properties? I'm having trouble finding that. – Mark Leonard May 31 '11 at 22:04
  • 1
    I also cannot find it for use with fetched properties. This is driving me nuts. The docs seem to talk about interface elements that are no longer in 4.0 and show the 3.0 editor view – fogelbaby Jul 12 '11 at 21:55
  • 2
    I already found this way of getting to the Predicate Builder but......how the hell do you set to accept a variable? The help docs do not help....Grrrrr!!! – user7865437 Aug 09 '11 at 13:19