How to correctly integrate D library to Swift/Obj-C mobile project?

Anton antonadvrtizr at gmail.com
Mon Jun 22 14:32:21 UTC 2020


I have a static library (.a) compiled with LDC for iOS platform. 
But I can't figure out how to correctly connect it to the project 
and call its functions. I've already linked binary with library 
to the project but IDE still doesn't see its classes and methods. 
Do I need to do some additional configurations?


More information about the Digitalmars-d-learn mailing list