I am trying to create an iOS project in the juce 5.4.1.
I am not able to add the library libz.tbd using the Projucer project.
What is the way to do it?
Add z
to the “External Libraries to Link” setting and then usr/lib
to “Extra Library Search Paths”.
Thanks @ed95 for your help. It worked.
I searched in the forum but this post did not show up.
Also It will be good to add some help in the projucer to show how to add libraries like this.