Skip to content

After import, compiling is not possible. #32

@traeumen927

Description

@traeumen927

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions