iOS Question Help for external library.

I have B4i version 8.90 and Hosted Builder.
I compiled a static library named CoreNFCLib with Xcode 16, which includes the two files CoreNFCLib.m and CoreNFCLib.h.
This produced the file CoreNFCLib.a.
I copied both CoreNFCLib.a and CoreNFCLib.h into the folder \Documents\B4i\Libraries.
I used B4iH2XML to create an XML file in the same folder.
Finally, I added the library path in B4i.
The library appears in the B4i Library tab.
Initial build: error — cannot find CoreNFCLib.h.
I moved a copy of the file to C:\Program Files\Anywhere Software\B4i\Project (strange, but now it finds the file).
Second build: error — cannot find the library, even though I added the path.
I added the #AdditionalLib: CoreNFCLib.a directive, but it didn’t help.
Is there a guide explaining how to add an external library compiled with Xcode to a B4i project?
I have been working on this issue for two weeks.
 
Top