View Single Post
The SampleApp project compiles easily and fast. Thanks for the tip!

However, I am trying to use OmniNetworking and add the following command to the SampleApp project:
ONTCPSocket *mySocket = [ONTCPSocket tcpSocket];

To add OmniNetworking, I went to Project -> Add To Project and selected the Frameworks/OmniNetworking project.

Now, I'm getting 200+ errors starting with "OmniBase/OmniBase.h: No such file or directory". It looks like adding all files from the OmniNetworking directory might be a mistake, but I'm not sure which files to add, which ones to skip and what other modifications are necessary to compile OmniNetworking for an iPhone app.

Please HELP!!!

Thanks,
John