Alexander Widerberg
Alexander Widerberg
Ok, so I'm pretty sure that after looking through Kitware's documentation, that the combined builds support only works for static libraries. That might be the issue you are seeing here....
Hmmm, i have never had to unset the environment variables between runs? I cannot remember either why i changed that in the first place... Seems to run equally good using...
Yes, using BOTH was indeed a fix to better handle dependencies for macOS, but also since older versions of CMake did have some issues with finding dependencies for simulators etc....
Hi! Did you solve this? I saw that the PR mentioned in the other issue had it's version of libPNG upped and I just wonder if that was due to...
Ah okay. So was there an actual issue with this toolchain or libPNG itself? I have actually managed to build libPNG a couple of years ago for iOS and back...
Hi! I see that you merged the aforementioned PR. Did you solve this somehow yourself?
Hi! Thanks for reporting this. I'll definitely fix this in the upcoming version!
It seems you are missing either Xcode or Command line Tools on your system. No compilers/tools could be found, which means either one of those (unless you are rocking LLDB...
What does `xcode-select -p` return?
Try running `xcode-select -r`. That should reset the tools to their default values. Please also note that a reboot is required after doing the reset.