-
-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
XCTAssertEqualObjects is gone? #4
Comments
edasque
pushed a commit
to edasque/xswift
that referenced
this issue
Jul 27, 2014
Fix for issue exercism#4
these now fail to compile in Beta 5. The instance method bridgeToObjectiveC is now _bridgeToObjectiveC (http://ericasadun.com/2014/08/04/swift-beta-5-is-alive/). Moving target FTW. |
As of Xcode 6.0.1 XCTAssertEqual works in place of XCTAssertEqualObjects. All files are updated to the new method. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Having a lot of fun doing these exercises, @hankturowski.
Wordcount is the first swift exercism that uses XCTAssertEqualObjects but it seems to be gone from XCode 6 Beta 4 (I don't know when that happened).
I tried using XCTAssertEqual but Dictionaries don't seem to implement Equatable?
What am I missing?
The text was updated successfully, but these errors were encountered: