OAuthSwift / OAuthSwiftAlamofire

Utility method to sign Alamofire request
MIT License
104 stars 38 forks source link

After import, compiling is not possible. #32

Open traeumen927 opened 4 years ago

traeumen927 commented 4 years ago

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?