You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I just found your project and I'm trying to use your solution for my Xcode project and I'm having a permission issue. This is the error that I'm having:
ccache: error: execute_noreturn of /Applications/Xcode.app/Contents/Developer/usr/bin/ failed: Permission denied
Command CompileC failed with a nonzero exit code
//>>>>>>>>>>>>>
Hi could not find the CompileC program to change the permission with the chmod command.
Would you have any idea on how to fix this issue?
Thank you
Stay safe
The text was updated successfully, but these errors were encountered:
Hi,
I just found your project and I'm trying to use your solution for my Xcode project and I'm having a permission issue. This is the error that I'm having:
//>>>>>>>>>>>>>
CompileC /Users/asnagni/project/system/AxmolPojects/BeBetter/build_ios_arm64/build/websocket-parser.build/Debug-iphoneos/Objects-normal/arm64/websocket_parser.o /Users/asnagni/project/Packages/axmol-2.1.2/thirdparty/websocket-parser/websocket_parser.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'websocket-parser' from project 'BeBetter')
cd /Users/asnagni/project/system/AxmolPojects/BeBetter
/Users/asnagni/project/system/AxmolPojects/BeBetter/build_ios_arm64/_deps/ccache.cmake-build/launch-c -x c -target arm64-apple-ios12.0 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fno-color-diagnostics -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -DCMAKE_INTDIR="Debug-iphoneos" -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/asnagni/Library/Developer/Xcode/DerivedData/BeBetter-cgednnbzvqjspmazshcdqxoodebr/Index.noindex/DataStore -I/Users/asnagni/project/system/AxmolPojects/BeBetter/build_ios_arm64/lib/Debug/include -I/Users/asnagni/project/Packages/axmol-2.1.2/thirdparty/websocket-parser -I/Users/asnagni/project/system/AxmolPojects/BeBetter/build_ios_arm64/build/websocket-parser.build/Debug-iphoneos/DerivedSources-normal/arm64 -I/Users/asnagni/project/system/AxmolPojects/BeBetter/build_ios_arm64/build/websocket-parser.build/Debug-iphoneos/DerivedSources/arm64 -I/Users/asnagni/project/system/AxmolPojects/BeBetter/build_ios_arm64/build/websocket-parser.build/Debug-iphoneos/DerivedSources -F/Users/asnagni/project/system/AxmolPojects/BeBetter/build_ios_arm64/lib/Debug -std=gnu11 -MMD -MT dependencies -MF /Users/asnagni/project/system/AxmolPojects/BeBetter/build_ios_arm64/build/websocket-parser.build/Debug-iphoneos/Objects-normal/arm64/websocket_parser.d --serialize-diagnostics /Users/asnagni/project/system/AxmolPojects/BeBetter/build_ios_arm64/build/websocket-parser.build/Debug-iphoneos/Objects-normal/arm64/websocket_parser.dia -c /Users/asnagni/project/Packages/axmol-2.1.2/thirdparty/websocket-parser/websocket_parser.c -o /Users/asnagni/project/system/AxmolPojects/BeBetter/build_ios_arm64/build/websocket-parser.build/Debug-iphoneos/Objects-normal/arm64/websocket_parser.o
ccache: error: execute_noreturn of /Applications/Xcode.app/Contents/Developer/usr/bin/ failed: Permission denied
Command CompileC failed with a nonzero exit code
//>>>>>>>>>>>>>
Hi could not find the CompileC program to change the permission with the chmod command.
Would you have any idea on how to fix this issue?
Thank you
Stay safe
The text was updated successfully, but these errors were encountered: