iOS Question Custom library not working

monadhl

Member
Licensed User
Longtime User
Hi.
I have made a custom library for swiss ephemeris to be used in b4i. I have created swisseph.a using GCC. I wrote swisseph.h manually mentioning the important functions which I need to run. Then, I converted the .h file to .xml file using B4Ih2xml.jar.
I put all the three files in one directory (additional library folder) and complied my first app.
There is an error which still annoying me. “Swisseph.h file not found”.
What should I do?
I work under Windows environment.
 
Last edited:
Top