Hi, I want to use -hidden-l flag to hide symbols of statically linked openssl used in my KMM library during linking release xcframework. When i use this flag i can see that linker sees it but he can't find static library with the name I used. I'm setting static lib name based on this article: https://thomask.sdf.org/blog/2022/06/20/linking-static-libraries-with-hidden-visibility-via-xcode.html
Any idea what lib name should be if my def file look like it:
I really appreciate any help :)