Nativescript-cli: tns run ios --emulator

Created on 21 Jul 2016  路  1Comment  路  Source: NativeScript/nativescript-cli

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?

question

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

sudo gem install cocoapods

Also to check what version of CocoaPods you are currently using you can run

pod --version

>All comments

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
Was this page helpful?
0 / 5 - 0 ratings