Android Studio Fails To Find Cocopods Installation After Upgrade To Bumblebee On Mac M1
I had an upgrade on Android Studio from Arctic Fox to Bumblebee v2021.1.1 on Mac M1 and surprisingly iOS version of Flutter app stopped working. It says
Cocoapods not installed.skipping pod install However, I can locate cocoapods and its components installed
gem list --local | grep cocoapods
I can run the iOS project from Xcode without any issues, and looks like linking of cocoapods is messed up on Android upgrade. Looking for some help.
Answer
It's a issue of flutter integration with new update of android studio Here you can find more about this https://github.com/flutter/flutter/issues/97251
for now there are two solutions:
Open android studio using command line, run below command in terminal -
open /Applications/Android\ Studio.app
Add missing flag to android studio, run below command in terminal -
chmod +x /Applications/Android\ Studio.app/Contents/bin/printenv
Related Questions
- → Function Undefined in Axios promise
- → What are the pluses/minuses of different ways to configure GPIOs on the Beaglebone Black?
- → Click to navigate on mobile devices
- → Playing Video - Server is not correctly configured - 12939
- → How to allow api access to android or ios app only(laravel)?
- → Axios array map callback
- → Access the Camera and CameraRoll on Android using React Native?
- → Update React [Native] View on Day Change
- → Shopify iOS SDK - issue converting BuyProductVariant to BuyProduct
- → BigCommerce and shopify API
- → Warning: Each child in an array or iterator should have a unique "key" prop. Check the render method of `ListView`
- → React Native - Differences between Android and IOS
- → What is the difference between React Native and React?