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

fix: backport broken dependency resolution on v6.0.0 #2294

Closed
wants to merge 1 commit into from

Conversation

brennovich
Copy link

@brennovich brennovich commented Sep 24, 2024

This commits fixed the broken dependency resolution on ios build as flutter_inappwebview_ios:v1.1.0 requires Xcode 16.

[!] CocoaPods could not find compatible versions for pod "OrderedSet":
[!] The abstract target Dummy is not inherited by a concrete target, so the following dependencies won't make it into any targets in your project:
  In snapshot (Podfile.lock):
    - OFTaboolaWrapper (from `OFTaboolaWrapper`)
    OrderedSet (= 5.0.0, ~> 5.0)

  In Podfile:
    flutter_inappwebview_ios (from `../flutter/targets/mobile_entrypoint/.ios/.symlinks/plugins/flutter_inappwebview_ios/ios`) was resolved to 0.0.1, which depends on
      OrderedSet (~> 6.0.3)

Connection with issue(s)

Resolve issue (partially) #2288

Testing and Review Notes

Screenshots or Videos

To Do

  • double check the original issue to confirm it is fully satisfied
  • add testing notes and screenshots in PR description to help guide reviewers
  • request the "UX" team perform a design review (if/when applicable)

This commits fixed the broken dependency resolution on ios build as flutter_inappwebview_ios:v1.1.0 requires Xcode 16.

Co-authored-by: Bruno Pastre <bruno.pastre@onefootball.com>
Co-authored-by: Tiago Rocha <tiago.rocha@onefootball.com>
Co-authored-by: Nélson Rangel <nelson.rangel@onefootball.com>
Co-authored-by: Luiz Souza <luiz.oliveira@domvsit.com.br>
@pichillilorenzo
Copy link
Owner

Fixed with latest iOS and macOS plugin version, thanks anyway!

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 this pull request may close these issues.

3 participants