Error compiling for macOS: “ChakraCore.h” not found

Hi! I’m new on cocos creator and game development.
I made my first test game with the tutorial “Make your first game”. The game works fine, but when I compile as platform: macOS I get BUILD FAILED: “ChakraCore.h” not found

/Applications/CocosCreator/Creator/2.3.2/CocosCreator.app/Contents/Resources/cocos2d-x/build/../external/mac/include/spidermonkey/jsfriendapi.h:2712:8: warning: 'js::AllocationMetadataBuilder' has virtual functions but non-virtual destructor [-Wnon-virtual-dtor]
struct AllocationMetadataBuilder {
       ^
In file included from /Applications/CocosCreator/Creator/2.3.2/CocosCreator.app/Contents/Resources/cocos2d-x/cocos/scripting/js-bindings/manual/jsb_renderer_manual.cpp:28:
In file included from /Applications/CocosCreator/Creator/2.3.2/CocosCreator.app/Contents/Resources/cocos2d-x/build/../cocos/scripting/js-bindings/auto/jsb_renderer_auto.hpp:5:
In file included from /Applications/CocosCreator/Creator/2.3.2/CocosCreator.app/Contents/Resources/cocos2d-x/build/../cocos/scripting/js-bindings/jswrapper/SeApi.h:42:
In file included from /Applications/CocosCreator/Creator/2.3.2/CocosCreator.app/Contents/Resources/cocos2d-x/build/../cocos/scripting/js-bindings/jswrapper/chakracore/SeApi.h:27:
In file included from /Applications/CocosCreator/Creator/2.3.2/CocosCreator.app/Contents/Resources/cocos2d-x/build/../cocos/scripting/js-bindings/jswrapper/chakracore/ScriptEngine.hpp:31:
/Applications/CocosCreator/Creator/2.3.2/CocosCreator.app/Contents/Resources/cocos2d-x/build/../cocos/scripting/js-bindings/jswrapper/chakracore/Base.h:28:10: fatal error: 'ChakraCore.h' file not found
#include "ChakraCore.h"
         ^

** BUILD FAILED **


The following build commands failed:
	CompileC build/cocos2d_libs.build/Release/libcocos2d\ Mac.build/Objects-normal/x86_64/Light.o /Applications/CocosCreator/Creator/2.3.2/CocosCreator.app/Contents/Resources/cocos2d-x/cocos/renderer/renderer/Light.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
Build failed: Take a look at the output above for details.

OSX 10.11.3
XCode 7
Cocos Creator 2.3.2

If I open the project libs (cocos2d_libs.xcodeproj) on xcode, same error, can’t build because ChakraCore.h is not found.

Thanks!
Diego.