cranberrygame / cordova-plugin-ad-chartboost

Other
8 stars 14 forks source link

Compilation failed #8

Open VincentPeraud opened 8 years ago

VincentPeraud commented 8 years ago

Hi,

I have an error when compiling with xcode.

The error is the following : 'Chartboost/Chartboost.h' file not found in ChartboostPlugin.h capture d ecran 2016-03-17 20 14 38 capture d ecran 2016-03-17 20 14 30

Can you help me?

Thanks, Vince.

cranberrygame commented 8 years ago

@VincentPeraud Hi Try to use Xcode version >= 7.x

Ziv-Barber commented 8 years ago

Same here. Only in iOS. I'm using "Xcode version >= 7.x" Guess that the Chartboost SDK is not installed. I don't know how to install it for Cordova.

cranberrygame commented 8 years ago

@VincentPeraud @Ziv-Barber

Try not npm but github url because npm doest not support ios symbolic link.

Use this command:

cordova plugin add cordova plugin add https://github.com/cranberrygame/cordova-plugin-ad-chartboost

Thanks Sang Ki Kwon

Ziv-Barber commented 8 years ago

cordova plugin add https://github.com/cranberrygame/cordova-plugin-ad-chartboost.git did it - thanks!