a2ui-project / a2ui-project/a2ui
`pub get` warns: "All plugins found for macos are Swift Packages, but your project still has CocoaPods integration."
- 主要言語
- TypeScript
- スター
- 16.4k
- フォーク
- 1.3k
- 平均マージ
- 2日 13時間
- マージ済み PR(30日)
- 134
説明
_↴ Ported from [flutter/genui#929](https://github.com/flutter/genui/issues/929) — originally opened by [andrewkolos](https://github.com/andrewkolos) on 2026-05-21._
_Original labels: front-line-handled_
---
```
All plugins found for macos are Swift Packages, but your project still has CocoaPods integration. To remove
CocoaPods integration, complete the following steps:
* In the macos/ directory run "pod deintegrate"
* Also in the macos/ directory, delete the Podfile
* Remove the include to "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig" in your
macos/Flutter/Flutter-Debug.xcconfig
* Remove the include to "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig" in your
macos/Flutter/Flutter-Release.xcconfig
Removing CocoaPods integration will improve the project's build time.
The following plugins do not support Swift Package Manager for macos:
- screen_retriever_macos
This will become an error in a future version of Flutter. Please contact the plugin maintainers to request
Swift Package Manager adoption.
All plugins found for macos are Swift Packages, but your project still has CocoaPods integration. To remove
CocoaPods integration, complete the following steps:
* In the macos/ directory run "pod deintegrate"
* Also in the macos/ directory, delete the Podfile
* Remove the include to "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig" in your
macos/Flutter/Flutter-Debug.xcconfig
* Remove the include to "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig" in your
macos/Flutter/Flutter-Release.xcconfig
Removing CocoaPods integration will improve the project's build time.
All plugins found for macos are Swift Packages, but your project still has CocoaPods integration. To remove
CocoaPods integration, complete the following steps:
* In the macos/ directory run "pod deintegrate"
* Also in the macos/ directory, delete the Podfile
* Remove the include to "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig" in your
macos/Flutter/Flutter-Debug.xcconfig
* Remove the include to "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig" in your
macos/Flutter/Flutter-Release.xcconfig
Removing CocoaPods integration will improve the project's build time.
```
コントリビューションガイド
調査の方向性
The issue is about removing CocoaPods integration from the macOS part of a Flutter project. Start by examining the macos/ directory for a Podfile and the Flutter-Debug.xcconfig and Flutter-Release.xcconfig files. Follow the steps in the warning: run 'pod deintegrate' in macos/, delete the Podfile, and remove the Pods includes from the xcconfig files. Verify the build still works after these changes.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- flutter, swift, typescript
- 領域
- build-system, mobile
- issue の種類
- リファクタリング
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 静か
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 65/100