In Xcode 3.X, you were supposed to right-click the whitespace in the fetch request template’s predicate editor to specify a variable input rather than a hard-coded predicate.
Where is this in XCode 4? I’ve held option, right-clicked, option-clicked, etc and cannot figure it out….

I don’t think X4 has the variable anymore.
Instead, I think you have to choose an expression and then provide a variable of the form
$VARNAME.For example, given and entity
Alphawith an attributeaString, I created a fetch request templatebobFetchwith an expression ofaString == $TESTVAR.If logged
fetchRequestreports:… and can then be used normally.
Kind of clumsy for a graphical environment but it works.