Andrew
Andrew
Hi! The issues doesn't reproduce on macOS for me, but it does on Windows.
Thank for reply. What error do you get?
Actually the problem is that the sample doesn't build successfully now. That's why I have opened the issue. Tried again with latest CoccoaPods and still getting the same error: ```...
Please try to "cd" in the sample directory and run ./compile.sh
@dnkoutso What version of cmake do you have?
Here is mine full output: ``` macbook-pro:CocoapodsCMakeBug rain$ cmake --version cmake version 3.19.8 macbook-pro:CocoapodsCMakeBug rain$ ./compile.sh ~/_cmake_cocoapods/CocoapodsCMakeBug/app/Output ~/_cmake_cocoapods/CocoapodsCMakeBug CMake Warning (dev) in CMakeLists.txt: No cmake_minimum_required command is present. A line...
pod --version: 1.10.2
I have just removed everything, cloned repo again and got the same result.
Tried on another machine - the error is the same. Could you please provide full output of compile.sh?
It looks like you don't have Xcode command line tools installed, please try to install them: xcode-select --install