My JUCE6 project uses CURL so I need to add libcurl.tbd to ‘Link Binary with Libraries’ in XCODE.
When I do that manually in xcode it links fine but the next time I export it from Projucer it removes the libcurl.tbd from my project.
By reading through the forums I see that others succeeded to do that by adding:
‘curl’ to “External libraries to link” and
‘/usr/lib’ to the “Extra library search paths”
Unfortunately this does not work for me on OSX BigSur and XCODE 12.
The reason could be that I don’t have curl lib in my /usr/lib:
Thanks,
Antoan


