Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cocoapods not detected by FVM in Sidekick #146

Open
kvbogdanov opened this issue Oct 19, 2021 · 4 comments
Open

Cocoapods not detected by FVM in Sidekick #146

kvbogdanov opened this issue Oct 19, 2021 · 4 comments
Labels
bug Something isn't working MacOS platform-specific

Comments

@kvbogdanov
Copy link

Hello!

Flutter doctor in the Sidekick said that I have no cocoapods in my system.

But I have!

bash-3.2$ sudo gem install cocoapods
Successfully installed cocoapods-1.11.2
Parsing documentation for cocoapods-1.11.2
Done installing documentation for cocoapods after 1 seconds
1 gem installed

And as a result I have no way to compile application. How can I fix it?

@aguilaair
Copy link
Member

aguilaair commented Oct 19, 2021

if you run flutter doctor or fvm flutter doctor from Terminal do you get the same results?

@kvbogdanov
Copy link
Author

kvbogdanov commented Oct 19, 2021

No! There is no issues in the terminal

bash-3.2$ fvm flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 2.2.1, on macOS 11.6 20G165 darwin-x64, locale ru-RU)
[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.0-rc2)
[✓] Xcode - develop for iOS and macOS
[✓] Chrome - develop for the web
[✓] Android Studio (version 3.6)
[✓] IntelliJ IDEA Community Edition (version 2021.2.3)
[✓] VS Code (version 1.61.1)
[✓] Connected device (2 available)

• No issues found!

P.S. fvm itself works perfectly

@aguilaair aguilaair added the bug Something isn't working label Oct 19, 2021
@aguilaair aguilaair changed the title Cocoapods not installed Cocoapods not detected by FVM in Sidekick Oct 19, 2021
@leoafarias
Copy link
Member

Weird.. it seems that on Release mode is not being able to run the which process that is used within flutter_tools.

@leoafarias
Copy link
Member

Seems like this is related to dart-lang/sdk#38364, but haven't been able to make it work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working MacOS platform-specific
Projects
None yet
Development

No branches or pull requests

3 participants