1

enter image description here

Please i need help in solving this.

I enter "flutter doctor" in my terminal and expected to check if cocoapods has installed but show the result in image above.

Hemazyn
  • 11
  • 1
  • Did you try the command and install Rosetta using the sudo as pictured in your example? – easleyfixed Mar 31 '23 at 21:52
  • yes I did but return "Installing Rosetta 2 on this system is not supported." – Hemazyn Mar 31 '23 at 22:01
  • Am using 2017 macBook air, is there a device compatibility to install Rosetta. – Hemazyn Mar 31 '23 at 22:02
  • From the official Apple page, Rosetta has been made available from late 2020 on some models, only with Apple silicon chipsets. – Dave Loepr Apr 01 '23 at 16:39
  • Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. – Community Apr 01 '23 at 22:10
  • 1
    I had to delete my android studio application, which was downloaded with these link, android-studio-2022.1.1.21-mac_arm.dmg . and dowloaded this instead android-studio-2022.1.1.21-mac.dmg. probably someone can explain what the arm between (mac --- dmg) means. – Hemazyn Apr 02 '23 at 22:37
  • and everything went back to normal. – Hemazyn Apr 02 '23 at 22:38

1 Answers1

0

I'm using Mac with Ventura 13.1 and Intel Core i5. I had the same issue and resolved it by following this step:

  1. Reinstalled "cocoapods" using brew. Link: enter link description here
  1. Reinstalled the Android Studio
  2. Reinstalled the X Code command line tools

For me, reinstalling the Android Studio alone didn't work, but the combination above worked.

Hailey Yoon
  • 477
  • 4
  • 5