- If you get an error generating Xcode build tool-chain
kjell-olovhogdal@Kjell-Olovs-Mac-Pro build % cmake -G Xcode ..
CMake Error:
Xcode 1.5 not supported.
CMake Error: Could not create named generator Xcode
| { | |
| "version": "2.0.0", | |
| "tasks": [ | |
| { | |
| "type": "cppbuild", | |
| "label": "C/C++: clang++ build active file", | |
| "command": "/usr/bin/clang++", | |
| "args": [ | |
| "-fcolor-diagnostics", | |
| "-fansi-escape-codes", |
kjell-olovhogdal@Kjell-Olovs-Mac-Pro build % cmake -G Xcode ..
CMake Error:
Xcode 1.5 not supported.
CMake Error: Could not create named generator Xcode
| kjell-olovhogdal@Kjell-Olovs-Mac-Pro ShotTaker % brew install ffmpeg | |
| Running `brew update --preinstall`... | |
| ==> Auto-updated Homebrew! | |
| Updated 1 tap (homebrew/core). | |
| ==> New Formulae | |
| elvis ghcup reshape tidy-viewer vermin | |
| ==> Updated Formulae | |
| Updated 214 formulae. | |
| ==> Downloading https://ghcr.io/v2/homebrew/core/imath/manifests/3.1.4 |
| // | |
| // main.cpp | |
| // AdventOfCode201217_1 | |
| // | |
| // Created by Kjell-Olov Högdal on 2021-01-04. | |
| // | |
| #include <iostream> | |
| #include <sstream> | |
| #include <string> |
| // | |
| // main.cpp | |
| // AdventOfCode201216_2 | |
| // | |
| // Created by Kjell-Olov Högdal on 2021-01-02. | |
| // | |
| #include <iostream> | |
| #include <sstream> | |
| #include <vector> |
| // | |
| // main.cpp | |
| // AdventOfCode201214_2 | |
| // | |
| // Created by Kjell-Olov Högdal on 2020-12-29. | |
| // | |
| #include <iostream> | |
| #include <sstream> | |
| #include <numeric> |
| // | |
| // Kudos to "Hey Programmer" youtube solution https://youtu.be/4_5mluiXF5I | |
| // main.cpp | |
| // AdventOfCode201213_2 | |
| // | |
| // Created by Kjell-Olov Högdal on 2020-12-28. | |
| // | |
| #include <iostream> | |
| #include <sstream> |
| // | |
| // main.cpp | |
| // AdventOfCode201202_2 | |
| // | |
| // Created by Kjell-Olov Högdal on 2020-12-26. | |
| // | |
| #include <iostream> | |
| #include <sstream> | |
| #include <string> |
| // | |
| // main.cpp | |
| // AdventOfCode201201_2 | |
| // | |
| // Created by Kjell-Olov Högdal on 2020-12-26. | |
| // | |
| #include <iostream> | |
| #include <sstream> | |
| #include <vector> |
| // | |
| // main.cpp | |
| // AdventOfCode201208_2 | |
| // | |
| // Created by Kjell-Olov Högdal on 2020-12-27. | |
| // | |
| #include <iostream> | |
| #include <sstream> | |
| #include <vector> |