It seems that you have a bad or out of date compile-commands.json.
your compile_commands is referencing this file /Users/jimmyk/WorkSpace/NativeCode/gitLab/Utils/Trading/iAsia/libIAsiaConnector/StaticLibraries/CryptoppLib/build/cryptopp.build/Release-iphoneos/cryptopp.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp
The analyzer is trying to access this file and failing because it doesn’t exist.
How are you generating this compile-commands.json? If using XCode, can you try to set CLANG_USE_RESPONSE_FILE=NO?