Andrew
Andrew
Hi! Some placeholder should be used for NULL %s argument to prevent printf from crash: ``` case 's' : { const char* p = va_arg(va, char*); if (!p) p =...
Hi! Unable to compile far2l on latest macOS (14.5 (23F79)): [ 28%] Building CXX object Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/parsers/ParserFactoryImpl.cpp.o [ 28%] Building CXX object Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/parsers/SchemeNode.cpp.o [ 28%] Building CXX object Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/parsers/TextParser.cpp.o [ 28%]...
Hi! Here is a small project reproducing the issue: [https://github.com/mad-rain/CocoapodsCMakeBug](https://github.com/mad-rain/CocoapodsCMakeBug). Run compile.sh and you will receive the following error: ld: framework not found Pods_app If you will comment out "pod...