-
-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
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.0OAuthSwift
2.0.0OAuthSwiftAlamofire
0.2.0Swift5
Xcode Ver: 11.4.1
Is there a combination of versions that can be used reliably?
garyhooper
Metadata
Metadata
Assignees
Labels
No labels