- Notifications
You must be signed in to change notification settings - Fork2.2k
Fix ObjC Support iteration#7498
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
leemaguire commentedOct 26, 2021
This needs a changelog entry |
tgoyne commentedOct 27, 2021
This needs tests which actually test that the bug that the user reported is fixed. |
tgoyne commentedOct 28, 2021
There is a whole suite of tests for using the obj-c API from Swift and this should be tested there, not in an unrelated place. |
jsflax commentedOct 28, 2021
@tgoyne ptal. |
jsflax commentedOct 29, 2021
Nevermind, seeing some build failures on CI. |
jsflax commentedNov 12, 2021
@tgoyne PTAL. |
| ###Fixed | ||
| * Fix`RLMCollectionIterator` where`RLMCollectionIterator` contents were not RLMObject. | ||
| This is for users using the optional`RLMSupport.swift` file. | ||
| * Change default request timeout for`RLMApp` from 6 seconds to 60 seconds. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Bad changeset merge.
lippling commentedOct 26, 2023
What is the status on this? It happens for me as well. |
Bogdan-Belogurov commentedJan 8, 2024
I'm having the same thing over and over again |
Fixes#7490.