View Single Post
Hi,

I need to be able to write and read from a rtf file in iOS, i thought i could use :

OmniUI/iPad/RTF/OUIRTFReader
OmniUI/iPad/RTF/OUIRTFWriter


I managed to build the frameworks but i cant figure out how to integrate theses classes in my own project.

I added the following frameworks to my project :

OmniAppKit.framework
OmniFoundation.framework
OmniBase.framework

I still get some undefined identifier such as :

RCS_ID("$Id$");
OBINITIALIZE
OMNI_POOL_START

Is there any configuration i am supposed to be doing to use classes from Omnigroup ?

Thanks in advance,
Vincent