My application will use dlopen to load a third-party dynamic library in the directory of "/ usr / local / lib". The dynamic library is installed in another app of our company.
Now we have a problem. After signing with the codesign command, dlopen will fail, and the output error message is "image not found".
Does the latest signature mechanism still support this situation? Do you need to add any parameters or permissions when signing?