How to use 3rd party framework depends from dylib for IOS in Delphi Firemonkey
问题 I'm using 3rd-party SDK, presented as libXXX.a, that needs libstdc++.dylib libz.dylib 15/05/2017 ANSWER. Finally I have found a time to write down my solution. If your 3rd party SDK depends from some dynamic libraries, do this: For example dynamic library is called as "libSuperLibrary.dylib". For example 3rd party SDK is called as "SuperFramework.framework". Go to "Project - Options - Delphi Compilier - Framework Search Path" Fill the field by path to your framework like "C:\path\to\my