get this error:
nativescript-iqkeyboardmanager has Podfile and you don't have
Cocoapods installed or it is not configured correctly.
Please verify Cocoapods can work on your machine.
after that i removed the nativescript-iqkeyboardmanager plugin and install it again.
still get that error.
What to do?
Hello @eliavmaman
In order to use third-party libraries for iOS development (which your plugin is requiring) you should have CocoaPods dependency manager installed.
To install CocoaPods in your terminal run the following command
sudo gem install cocoapods
Also to check what version of CocoaPods you are currently using you can run
pod --version
Most helpful comment
Hello @eliavmaman
In order to use third-party libraries for iOS development (which your plugin is requiring) you should have CocoaPods dependency manager installed.
To install CocoaPods in your terminal run the following command
Also to check what version of CocoaPods you are currently using you can run