Xcode debug builds#24
Open
j-mutter wants to merge 2 commits into
Open
Conversation
8a5a705 to
acdf66e
Compare
…ui requires Regenerate build files with Projucer 8.0.12; fix comment encoding
… lib paths to jucer config.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This fixes debug builds in MacOS by adding missing library paths for
servusto the debug config.I also moved things around a bit to follow more Xcode conventions where the
CURRENT_ARCHis used to determine the paths to look in.I tested this on both an Intel and M1 Mac, and everything is working for both Debug and Release builds.
There are currently two assertions that are failing/raising in the debug build that appear to be related to Application Commands, but I haven't dug into them yet. They can be ignored with a
continuein the debugger and everything seems to be fine from what I can tell, but more investigation is needed.Depends on #22 (which is why the diff is a bit wild right now)