From fabf8e987990695378ce668b5c0db2150b96c37f Mon Sep 17 00:00:00 2001 From: kasenvr <52365539+kasenvr@users.noreply.github.com> Date: Thu, 27 Aug 2020 03:40:05 -0400 Subject: [PATCH] Add FAQ to BUILD_OSX.md --- BUILD_OSX.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/BUILD_OSX.md b/BUILD_OSX.md index fa2d598081..525a7a5965 100644 --- a/BUILD_OSX.md +++ b/BUILD_OSX.md @@ -47,3 +47,9 @@ If the build completes successfully, you will have built targets for all compone If you build with make rather than Xcode, you can append `-j4` for assigning more threads. The number indicates the number of threads, e.g. 4. To package the installation, you can simply run `make package` afterwards. + +### FAQ + +1. **Problem:** Running the scheme `interface.app` from Xcode causes a crash for Interface related to `libgl` + 1. **Cause:** The target `gl` generates a binary called `libgl`. A macOS `libGL.framework` item gets loaded instead by Xcode. + 1. **Solution:** In the Xcode target settings for `libgl`, set the version to 1.0.0