a2ui-project / a2ui-project/a2ui

`pub get` warns: "All plugins found for macos are Swift Packages, but your project still has CocoaPods integration."

オープン 初心者向け
#1,894 コメント 1 件 リアクション 0 件 担当者 1 名 @andrewkolos が担当を希望しています GitHub で見る
component: genui component: samples P2 status: first-line-handled
主要言語
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

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。