my first question sorry if this is too basic. I followed the tutorial "Beginning iPhone 3 Development" and I'm now following "More iPhone 3 Development Tackling iPhone SDK" which a big number of chapters on Core Data. I've had my part of problems since the books are using XCode 3 and I'm using Xcode 4 but until now I've been able to solve them. This one however....
In chapter 7 (for those with the book) we're trying to setup some fetched properties for an entity called Hero (one of those will find youngerHeroes). The tutorial says :
"Although the Predicate field is a text field, it’s not directly editable. Once you’ve created a predicate, it will show a string representation of that predicate, but you can’t actually type into the field. Instead, to set the predicate for this fetched property, you click the Edit Predicate button to enter Xcode’s predicate builder. Let’s do that now. Go ahead. It’s perfectly safe. No, seriously—click the darn button already."
However in Xcode 4, this text field IS Editable and there is no button to be found to bring up the predicate builder...