I have an iOS static library (.a & .h file) and would like to know how to implement it into a C++ Builder project. The documentation cover's how to import a Java library in some detail but does not touch on a third party iOS library at all. Nor are there any blog posts or video's from Embarcadero about doing so.
The closest post I have found is:
Checking for an internet connection on mobile devices with Delphi XE5
However, it is not clear how to link in the .a file and then how to access the interface in the ObjC .h file.
Any help would be appreciated, and will share the completed version with Embarcadero Community so they will hopefully document how to do this eventually.