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

Shared scope tests failed under iOS 13.7 #43

Closed
ernesto opened this issue Dec 30, 2022 · 2 comments
Closed

Shared scope tests failed under iOS 13.7 #43

ernesto opened this issue Dec 30, 2022 · 2 comments

Comments

@ernesto
Copy link

ernesto commented Dec 30, 2022

v1.2.9

When run unit tests using iOS 13.7, the tests testProtocolSharedScope and testExplicitProtocolSharedScope fails. The same functions pass with success with iOS 15 .

Both fails when running this assert function: XCTAssertTrue(service1?.id == service2?.id)

I think it will always create a new instance when using iOS 13, even using shared scope.

@hmlongco
Copy link
Owner

Looks to be the same in iOS 14. Think I have a fix. Try switching to the "graph" branch, pull it, and see if things are better. (Testing a new feature there.)

@hmlongco
Copy link
Owner

Should be fixed in 1.3.0.

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