Skip to content

FRDStravaClient install failed using cocoapods #5

@ChenJian345

Description

@ChenJian345

I am using cocoapods install FRDStravaClient, Podfile as below,

pod 'AFNetworking',                 '~> 3.1.0'      # AFNetworking

pod 'FMDB',                         '~> 2.6'        # FMDB

...

pod 'FRDStravaClient',              '~> 1.0.2'

But error appears, error message as below,

[!] Unable to satisfy the following requirements:

- `AFNetworking (~> 3.1.0)` required by `Podfile`
- `AFNetworking (= 3.1.0)` required by `Podfile.lock`
- `AFNetworking (~> 2.0)` required by `FRDStravaClient (1.0.2)`

I know that's because of the AFNetworking lib, but I am using 3.1.0, higher than the FRDStravaClient required version, why not use lower version?

Anyone knows this, please give me a hand, thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions