Make EarlGrey work with iOS deployment target set to 10.0
Open
- Dominant language
- Objective-C
- Stars
- 5.7k
- Forks
- 737
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 5
Description
There are some deprecated APIs that make EarlGrey not work when the deployment target is set to 10.0.
- Calls to OSAtomic* APIs in GREYDispatchQueueTracker.m
- Calls to notifyWhenInteractionEndsUsingBlock in UIViewController+GREYAdditions.m
There are also two tests causing failures. One I think is a test bug and I'll file separately. The other is with testSynchronizationWorksWithNSURLConnection, where the underlying API is deprecated for 10.0.
I have a patch in progress that I will upload to address this, we can discuss further there.
Contributor guide
Assessment
This issue has not been assessed yet.