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
I am trying to use OAuthSwiftAlamofire using cocoapod.
However, after pod install, the following error occurs in the HTTPMethod.swift file of the OAuthSwiftAlamofire framework.
HTTPMethod.swift (Line10) import Alamofire -> Compiling for iOS 9.0, but module 'Alamofire' has a minimum deployment target of iOS 10.0
I tried changing the ios version to 10 in OAuthSwiftAlamofire's Build Setting, but this time a source error occurred in several files.
The version of each library I use is as follows.
Alamofire 5.1.0 OAuthSwift 2.0.0 OAuthSwiftAlamofire 0.2.0 Swift5 Xcode Ver: 11.4.1
Alamofire 5.1.0
OAuthSwift 2.0.0
OAuthSwiftAlamofire 0.2.0
Swift5 Xcode Ver: 11.4.1
Is there a combination of versions that can be used reliably?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am trying to use OAuthSwiftAlamofire using cocoapod.
However, after pod install, the following error occurs in the HTTPMethod.swift file of the OAuthSwiftAlamofire framework.
I tried changing the ios version to 10 in OAuthSwiftAlamofire's Build Setting, but this time a source error occurred in several files.
The version of each library I use is as follows.
Is there a combination of versions that can be used reliably?
The text was updated successfully, but these errors were encountered: