Skip to content

Use Swift Package Manager in plugins' example apps #148021

@loic-sharma

Description

@loic-sharma

⚠️ This is blocked until the Swift Package Manager feature config is enabled by default.

As part of #146922, packages were updated to support Swift Package Manager.

However, their example apps' .pbxproj and .xcscheme files were not updated to switch to Swift Package Manager.

You can migrate these files by running the app with the Swift Package Manager feature enabled:

// Ensure the Swift Package Manager is enabled
flutter config --enable-swift-package-manager

// Run the app. The tool migrates the `.pbxproj` and `.xcscheme` files.
flutter run

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Important issues not at the top of the work listpackageflutter/packages repository. See also p: labels.platform-iosiOS applications specificallyteam-iosOwned by iOS platform teamtriaged-iosTriaged by iOS platform team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions