ForceTouchVibrationCLI
ForceTouchVibrationCLI copied to clipboard
Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_NSHapticFeedbackManager"
Got error after trying to run in terminal
gcc main.m -framework Foundation
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_NSHapticFeedbackManager", referenced from:
objc-class-ref in main-8377a1.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
is there any way to make it work?