I've been debugging an issue that doesn't make sense, a portion of code that has been working, stopped today, and I'm trying to figure out why. In exploration, I ran a build script that I haven't changed in forever, and I got this error
Solving it came from this fellow here: https://stackoverflow.com/questions/26185978/macos-wchar-h-file-not-found. Specifically, that xcode had decided to install command line libraries in another directory. Sigh...
Well a little of
xcode-select --installthen
sudo xcode-select --switch /Library/Developer/CommandLineTools/And voila! It compiled again. So, yeah, should be policy to run build script right after upgrading OS.
No comments:
Post a Comment