[07:24:55] *** Joins: owlman (~owlman@202.92.105.238) [18:54:16] *** Joins: OLFDB_ (~olfdb@79.140.112.178) [19:31:20] Hi, @jkoan: I need some help with cmake. Can't find the reason for the includes not being found. I have added some debug output to the CMakeLists.txt and added set (CMAKE_FIND_ROOT_PATH ${CMAKE_IOS_DEVELOPER_ROOT}/ ${CMAKE_IOS_SDK_ROOT}/ ${CMAKE_FIND_ROOT_PATH} CACHE string "iOS find search path root"). The path is set when CHECK_INCLUDE_FILES(string.h HAVE_STRING_H) is called and string.h is present under /usr/include/ subdirectory of the SDK. [19:31:20] It seems the compile step in /usr/local/Cellar/cmake/3.20.3/share/cmake/Modules/CheckIncludeFiles.cmake fails. Xcode finds all the includes I forced in CMakeLists.txt.