Hi there, I have added a certificate to my project, and also a third party framework integrated to my project, I want to give the path of that certificate to the framework.
Tried Bundle.main.path(forResource: "certificate", ofType: "pem"), this works with iOS but my framework can't access it in case of macOS.
Please let me know if there is any other way to this.