Flurry Analytics Plugin 'jsapi.h' file not found error in Xcode

Dear all,

I imported Flurry Analytics into my game using sdkbox.
However when I try to run it in Xcode, I get an error message as per below.

/Classes/PluginFlurryAnalyticsJS.hpp:5:10: ‘jsapi.h’ file not found

Any idea what could be the issue?
Many thanks in advance for the help :wink:

Can you tell me which version of cocos2d-js are you using?

Thanks @nite for the reply. :wink:

I bought the source code.
I can see that there is a cocos2dx under the libs folder in my game project.
By checking cocos2d.cpp file, I can see 2.1.5.

Is this the version number?
Many thanks once again.

Hi All,

Any idea if I am using the wrong Cocos2d-x version thus the error?
Many thanks in advance.

SDKBOX don’t support 2.1.5, the earliest version we support is 2.2.6

Many thanks Sir (@nite).