Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatible dependencies - ZIPFoundation #251

Closed
nysander opened this issue Jul 15, 2024 · 10 comments · Fixed by #252
Closed

Incompatible dependencies - ZIPFoundation #251

nysander opened this issue Jul 15, 2024 · 10 comments · Fixed by #252

Comments

@nysander
Copy link

[!] CocoaPods could not find compatible versions for pod "ZIPFoundation":
  In snapshot (Podfile.lock):
    ZIPFoundation (= 0.9.19)

  In Podfile:
    iOSDFULibrary (= 4.15.3) was resolved to 4.15.3, which depends on
      ZIPFoundation (= 0.9.19)

    iOSMcuManagerLibrary (= 1.7.0) was resolved to 1.7, which depends on
      ZIPFoundation (= 0.9.11)
      ```
      
@MalcolmnDEV
Copy link
Contributor

Screenshot 2024-07-15 at 15 15 19
I get a similar issue using SPM

@nysander
Copy link
Author

nysander commented Jul 31, 2024

@dinesharjani what about cocoapods?

@dinesharjani
Copy link
Contributor

hmm, can you make a pull request for cocoapods ?

@dinesharjani
Copy link
Contributor

I'll try to do it. Fingers crossed it's a simple version bump

@dinesharjani
Copy link
Contributor

@nysander we'd have to raise minimum deployment version to 12.0, looks like.

@nysander
Copy link
Author

for us it's not a problem we support 14.0+ but we use your dfu and smp libraries in paralel for different devices so having dependencies aligned is important for us.

thanks for update in advance

@dinesharjani
Copy link
Contributor

Alright. I'll make a PR with a branch for you to test it out.

@dinesharjani
Copy link
Contributor

Pull Request: #254

@nysander
Copy link
Author

pod update and build successful

@dinesharjani
Copy link
Contributor

Merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants