NSPredicateEditor in Xcode 4

前端 未结 4 1114
醉梦人生
醉梦人生 2021-01-05 06:40

Bit of an issue with Xcode 4\'s predicate editor controls - I think I\'m doing everything right, and it really seems like the IDE itself is busted.

I\'m having this i

4条回答
  •  我在风中等你
    2021-01-05 07:24

    I have the same issue with XCode 4 and NSPredicateEditor, so it's not just you. I was able to open my code in XCode 3, delete the bindings in IB and reassign the bindings and it worked normally. It has something to do with the way that XCode 4 is setting up the bindings – it appears to be buggy. Setting it programmatically is probably the best answer if XCode 3 is not an option.

提交回复
热议问题