---
title: "CocoaPods conflicts with asdf"
canonical_url: "https://www.nutrient.io/guides/flutter/troubleshooting/cocoapods-conflicts-with-asdf/"
md_url: "https://www.nutrient.io/guides/flutter/troubleshooting/cocoapods-conflicts-with-asdf.md"
last_updated: "2026-05-23T00:08:18.095Z"
description: "Solutions for common issues and errors in Nutrient Flutter SDK with debugging tips and workarounds."
---

If [asdf](https://github.com/asdf-vm/asdf) is installed on your machine, it might create problems when running CocoaPods, and Flutter will erroneously suggest installing CocoaPods via Homebrew with `brew install cocoapods`. This won’t work, because for this specific configuration, CocoaPods needs to be installed via [RubyGems](https://rubygems.org/). To fix this configuration issue, run `gem install cocoapods && pod setup`.
---

## Related pages

- [How to add the license key for your Flutter app](/guides/flutter/troubleshooting/add-license-key.md)
- [How to find your current SDK version](/guides/flutter/troubleshooting/getting-the-currently-used-version.md)
- [Ios Flutter Platform Not Detected](/guides/flutter/troubleshooting/ios-flutter-platform-not-detected.md)
- [Pspdfkit Widget Appcompat Activity Issue](/guides/flutter/troubleshooting/pspdfkit-widget-appcompat-activity-issue.md)
- [Measurement Magnifier Not Working On Android](/guides/flutter/troubleshooting/measurement-magnifier-not-working-on-android.md)
- [Flutter Configuration Problems](/guides/flutter/troubleshooting/flutter-configuration-problems.md)
- [Using Android Gradle Plugin 7](/guides/flutter/troubleshooting/using-android-gradle-plugin-7.md)
- [Manage status bar appearance in Flutter](/guides/flutter/troubleshooting/view-controller-based-status-bar-appearance.md)
- [How to find your iOS app bundle ID quickly](/guides/flutter/troubleshooting/finding-the-bundle-id.md)
- [What Is An App Id](/guides/flutter/troubleshooting/what-is-an-app-id.md)
- [Understanding bundle IDs for iOS app development](/guides/flutter/troubleshooting/what-is-a-bundle-id.md)

