Skip to content
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

After import, compiling is not possible. #32

Open
traeumen927 opened this issue May 18, 2020 · 0 comments
Open

After import, compiling is not possible. #32

traeumen927 opened this issue May 18, 2020 · 0 comments

Comments

@traeumen927
Copy link

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

Is there a combination of versions that can be used reliably?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant