CocoaPods not installed. Skipping pod install(未安装CocoaPods。跳过Pod安装)
问题描述
我的应用运行正常,直到我做了两处小更改。
- 在Xcode中的Target Runner上,我为项目启用了位码。
- 我将Android studio更新到最新版本。
Android Studio大黄蜂|2021.1.1 Build#AI-211.7628.21.2111.8092744,构建于2022年1月19日 运行时版本:11.0.11+0-b60-7590822 x86_64 VM:JetBrains s.r.o提供的OpenJDK 64位服务器VM。 MacOS 12.0.1 GC:G1年轻一代,G1老一代 内存:1280M 核心:4个 注册表:Exteral.system.auto.import.Disabled=true 非捆绑插件:DART(211.7798)、org.jetbrains.kotlin(211-1.6.10-Release-923-AS7442.40)、io.Ffltter(63.2.2)
之后,当我在iOS模拟器上运行颤动应用程序时,我收到这个错误。 虽然我已经禁用了Bitcode并再次尝试,但我收到了相同的错误。我安装和重新安装的cocapoad仍然是相同的错误。我不知道是什么导致了这个错误。你能帮忙吗?请
Warning: CocoaPods not installed. Skipping pod install.
CocoaPods is used to retrieve the iOS and macOS platform side's plugin code that responds to your plugin usage on the Dart side.
Without CocoaPods, plugins will not work on iOS or macOS.
For more info, see https://flutter.dev/platform-plugins
To install see https://guides.cocoapods.org/using/getting- started.html#installation for instructions.
CocoaPods not installed or not in valid state.
Error launching application on iPhone 13.
推荐答案
更新:已在2021.1.1补丁1中修复see release notes here
这可能是因为AndroidStudio对~/.*rc
文件(.bashrc
、.zshrc
等)中提供的$PATH
一无所知)
您可以通过终端启动来确保:
open /Applications/Android Studio.app
编辑:这是Bumblebee版本中已确认的错误
解决方法是添加缺少的标志:
chmod +x /Applications/Android Studio.app/Contents/bin/printenv
您只需做一次
这篇关于未安装CocoaPods。跳过Pod安装的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:未安装CocoaPods。跳过Pod安装
基础教程推荐
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01