Android 在 Mac M1 上升级到 Bumblebee 后,Studio 无法找到 Cocopods 安装

Android Studio fails to find Cocopods installation after upgrade to Bumblebee on Mac M1

我在 Android Studio 上从 Arctic Fox 升级到 Mac M1 上的 Bumblebee v2021.1.1,令人惊讶的是 iOS 版本的 Flutter 应用程序停止工作。它说

Cocoapods not installed.skipping pod install However, I can locate cocoapods and its components installed

gem list --local | grep cocoapods

我可以 运行 来自 Xcode 的 iOS 项目,没有任何问题,看起来 cocoapods 的链接在 Android 升级时搞砸了。寻求帮助。

这是 flutter 与 android studio 新更新的集成问题 在这里你可以找到更多关于这个 https://github.com/flutter/flutter/issues/97251

目前有两种解决方案:

  1. 使用命令行打开 android studio,运行 在终端中使用以下命令 -

    open /Applications/Android\ Studio.app

  2. 将缺少的标志添加到 android studio,运行 在终端命令下方 -

    chmod +x /Applications/Android\ Studio.app/Contents/bin/printenv