What am I missing about this?
I’ve tried setting some flags on individual files, but they don’t show up in XCode afaict.
I thought that they would show in the Compiler Flags column, but that is always empty, perhaps I should be looking somewhere else?
I’m using 5.4.3 Projucer
ed95
February 25, 2019, 2:01pm
2
Have you actually defined what flags should be used for the scheme in the Xcode exporter?
Here are the steps:
Create a new scheme and give it a name:
Assign that scheme to a file:
Define the compiler-specific flags for the scheme in the exporters:
Re-save the project
2 Likes
Right, had missed that part completely! Thanks.
Is anyone using this feature? Can anyone confirm if it is broken in Juce 7.0.4? I had it working with Juce 6.1.6, but it doesn’t appear to be working in Juce 7.0.4. I’ll create an issue, but wanted a sanity check first.
Ah, very cool, thank you. I didn’t see it in the release notes, but I didn’t crawl through the repo. Appreciated!