Brandon Gohsman

Results 4 comments of Brandon Gohsman

For anyone interested, I was able to clone the repo and build `lite` on my Mac. The only thing that I needed to do, prior to running `build.sh`, was to...

> > For anyone interested, I was able to clone the repo and build `lite` on my Mac. The only thing that I needed to do, prior to running `build.sh`,...

> I'm tried to compile it, but got the following error: > > ``` > $ ./build.sh > compiling (unix)... > linking... > Undefined symbols for architecture x86_64: > "_OBJC_CLASS_$_NSUserDefaults",...

> @bgohsman > > ``` > $ gcc --version > Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/4.2.1 > Apple clang version 12.0.0 (clang-1200.0.32.29) > Target: x86_64-apple-darwin20.3.0 > Thread model: posix > InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin...