Hello,
I have a problem with my type of architecture (arm64). It can't read the command getch(), saying it is an identified symbol for that architecture.
Undefined symbols for architecture arm64: "_stdscr", referenced from: _main in tempCodeRunnerFile-adbd45.o "_wgetch", referenced from: _main in tempCodeRunnerFile-adbd45.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
I am using nurses.h and VS code. Any idea of how to change of architecture or any other way to solve this problem would be greatly appreciated.
Thanks.