google / google/EarlGrey

Make EarlGrey work with iOS deployment target set to 10.0

Open
#643 3 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.