We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It looks like the AppFramework does not build after this commit: 8a4af43
Repro steps:
// Clone EarlGrey 2.0 git clone -b earlgrey2 https://github.com/google/EarlGrey.git // Download any dependencies sh Scripts/download_deps.sh
The build immediately fails with: 'GREYUILibUtils.h' file not found
The previous commit does not run into this issue: 4e3e675
The text was updated successfully, but these errors were encountered:
The file does exist in the repo, but the entire "Utils" directory where it lives is not shown in the Xcode project
Sorry, something went wrong.
Fixes #1824
c4a06bb
PiperOrigin-RevId: 476993299
b864dd1
PiperOrigin-RevId: 476994316
Fixes google#1824
456a5d7
good
No branches or pull requests
It looks like the AppFramework does not build after this commit:
8a4af43
Repro steps:
The build immediately fails with: 'GREYUILibUtils.h' file not found
The previous commit does not run into this issue: 4e3e675
The text was updated successfully, but these errors were encountered: