Cocoapods error
[!] CocoaPods could not find compatible versions for pod "Nubrick":
In Podfile:
nubrick_flutter (from `.symlinks/plugins/nubrick_flutter/ios`) was resolved to 0.0.1, which depends on
Nubrick (~> 0.10.1)
None of your spec sources contain a spec satisfying the dependency: `Nubrick (~> 0.10.1)`.
You have either:
* out-of-date source repos which you can update with `pod repo update` or with `pod install --repo-update`.
* mistyped the name or version.
* not added the source repo that hosts the Podspec to your Podfile.$ pod repo update$ rm ./Podfile.lock$ pod installLast updated