iOS Question Using my own Xcode library files in B4i

Rattigan_Roger

Member
Licensed User
Longtime User
I have spent the entire day trying to do due diligence using this forum's rather good search functions but I am probably more confused than ever.

And that is a lot of confusion.

This confusion comes from the rather large knowledge gap I have with Xcode and b4i.
I'll try to formulate my question as succenctly as I can.
To Those Who Know What They are Doing if anything doesn't make sense it is because I don't know what I am doing.

I have a code file pair, aciveSchematic.m and activeSchematic.h that I would like to use in a B4i project.
I think I compiled it to a library (it turned into 3 files, the two mentioned above and activeSchematic.xcodeproj.
I was hoping it would be reduced to single file like activeSchematic.lib, but I don't seem to be able to make that happen.

So I think this is my question:
If I have the correct files, where do they go with respect to B4i so that I can reference them in my project.
I tried including them in the Special folder but if it worked I didn't know how to reference them.

I tried using the functions inline using the #If statements but that turned up bupkis too.

And, if I am missing something (as I often do) with the compiling of Xcode library files, kindly & gently point me in the right direction.
 
Top