Skip to content

Build fails on iOS and macOS when SPM is enabled #1328

Description

@OutdatedGuy

pubspec.yaml:

dependencies:
  stream_video: ^1.5.0

flutter:
  config:
    enable-swift-package-manager: true

Steps to Reproduce

  1. Run the example app of stream_video with SPM enabled
  2. Check build error regarding dependency resolution
    xcodebuild: error: Could not resolve package dependencies:
      Failed to resolve dependencies Dependencies could not be resolved because no versions of 'stream-video-swift-webrtc' match the requirement 145.17.0 and 'stream_webrtc_flutter-3.2.0' depends on 'stream-video-swift-webrtc' 145.17.0.
    

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

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