-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-iosiOS applications specificallyiOS applications specificallyteam-iosOwned by iOS platform teamOwned by iOS platform teamtriaged-iosTriaged by iOS platform teamTriaged by iOS platform team
Description
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
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-iosiOS applications specificallyiOS applications specificallyteam-iosOwned by iOS platform teamOwned by iOS platform teamtriaged-iosTriaged by iOS platform teamTriaged by iOS platform team