failed when use compileAndBuildVLCKit.sh to build MobileVLCKit.framework
On master, execute ./compileAndBuildVLCKit.sh -a aarch64
here is compilation log
compile_VLCKit_2.log
There is an error in the compilation log that the cJson header file cannot be found
But I found this header file in the git directory, and its path is
VLCKit/libvlc/vlc/contrib/contrib-arm64-apple-iOS_9.0/librist/contrib/contrib_cJSON/cjson/cJSON.h
My guess is that the compilation script did not add the correct search path, and then I want to know which file to modify to add this compilation path?