After upgrade XCode from 4.2 to 4.3 I\'ve got below problem. I can\'t build it.
Do you guys have idea how can I resolve this problem? even some clue would be helpful to me.<
I had a similar issue with Xcode 4.4.
My solution path:
Removed SetTestingKit.framework from the main target's (the system under test) "link binary with libraries", leaving it in the test target as is. Not sure why it ended up there in the first place.