How do I use searchpaths in the juce module format if that path has spaces in it? If I try and escape the spaces, they get added as two separate paths. If I try and quote then path then I get the error “xcodeproj cannot be opened because the project file cannot be parsed”
A fix will appear shortly - it’s just working its way through our CI tests. You should enclose the path in ""
.
1 Like
That fixed it, thanks.