-
Notifications
You must be signed in to change notification settings - Fork 328
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DocumentReadingOptionKey
Error via pod
#80
Comments
Hi there, this seems to be the same issue as: #63 I'm having the same problem |
Hi there 👋 Can you please provide a bit more information. E.g. what version of Swift? what version of Xcode? Can you reproduce this in a minimal project (i.e. create a new project and only install the I'm afraid I can't do much unless you give more hints or help pinpoint it. |
DocumentReadingOptionKey
ErrorDocumentReadingOptionKey
Error during pod install
Just an fyi: I tried reproducing this in a clean project on Xcode 9 and Xcode 9.2 using Swift 4 and cannot repro. platform :ios, '10.0'
# ignore all warnings from all pods
inhibit_all_warnings!
# use frameworks for Swift
use_frameworks!
project 'Down-Integration'
target 'Down-Integration' do
pod 'Down'
end |
For me this happened during pod install, but while trying to build the app. It ended up being because my project was still swift 3.2, while Down is expecting Swift 4? I think you can get around by downgrading down (0.3.3), migrating to swift 4, then updating to down 0.5.0 again. |
DocumentReadingOptionKey
Error during pod installDocumentReadingOptionKey
Error via pod
After changed swift Version 3.2 to 4 it started working Thanks |
I got this now, with XCode 9.4.1, Swift 4.1 |
Please help prevent duplicate issues before submitting a new one:
Report
What did you do?
ℹ Please replace this with what you did.
What did you expect to happen?
ℹ Please replace this with what you expected to happen.
What happened instead?
ℹ Please replace this with what happened instead (e.g. the issue).
While installing pod file getting error "DocumentReadingOptionKey is unavailable in Swift"
The text was updated successfully, but these errors were encountered: