Not sure exactly when but at least as of Xcode 7.2, XCTAssertEqualObjects
is no longer available.
Is there a replacement for this without having to resort to?
XCTAssertTrue(foo == bar)
Note that Apple's "Writing Test Classes and Methods" appears out of date and still refers to the missing class.