Code: Select all
./compileAndBuildVLCKit.sh -a aarch64
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?