googleapis/google-auth-library-swift

Dependency OS version support mismatch using Swift Package Manager

Closed this issue · 5 comments

The latest version of CryptoSwift only supports versions above

platforms: [
    .macOS(.v10_12), .iOS(.v9), .tvOS(.v9)
  ],

Screen Shot 2020-09-18 at 3 29 25 PM

The solution would either be to pin CryptoSwift to versions strictly below 1.3.2, or support the same minimum OS versions.

I have a PR ready for this. I tried pushing it using my personal and google accounts, but it seems that I don't have the permission. I couldn't find anything in the Contributing doc that shows me what to do.

@alexlauringoogle Are you able to fork the repo and send a PR to fix?

This issue is also breaking the Firebase CI.