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
Hi, I install Whisper via pod, and Cocoapod installed Whisper (5.1.0). But when I build my project, it fails because of error:
Whisper (5.1.0)
/Users/Golparvar/.../Pods/Whisper/Source/UIView+Extensions.swift:7:11: Use of unresolved identifier 'safeAreaInsets'
How can I fix this? Thanks.
Project Deployment Target: 9.3 Operating System: macOS Sierra 10.12.6 (16G29) Xcode: 8.3.2 (8E2002)
The text was updated successfully, but these errors were encountered:
You need to compile with Xcode 9.x
Sorry, something went wrong.
@omidgolparvar Hi, can you try suggestion from @jondwillis ?
@onmyway133 Hi, I found out that using Whisper (5.0.0) in my project will temporary solve my problem.
Whisper (5.0.0)
@omidgolparvar OK, I will close this issue for now 😉
No branches or pull requests
Hi,
I install Whisper via pod, and Cocoapod installed
Whisper (5.1.0)
. But when I build my project, it fails because of error:/Users/Golparvar/.../Pods/Whisper/Source/UIView+Extensions.swift:7:11: Use of unresolved identifier 'safeAreaInsets'
How can I fix this?
Thanks.
The text was updated successfully, but these errors were encountered: