Skip to content
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

Closed
edasque opened this issue Jul 27, 2014 · 2 comments
Closed

XCTAssertEqualObjects is gone? #4

edasque opened this issue Jul 27, 2014 · 2 comments

Comments

@edasque
Copy link
Contributor

edasque commented Jul 27, 2014

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?

@edasque
Copy link
Contributor Author

edasque commented Aug 9, 2014

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.

@hankturowski
Copy link
Contributor

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants