Thread: Xcode 4.
View Single Post
Quote:
Originally Posted by nickplee View Post
I'm having the same issue with the same linker errors. I can get it to build in the sample project provided but not my own. There must be something obvious. It also says OBFinishPorting is undeclared, which leads me to believe that some dependency is missing. HELP!?
Hi Nickplee,

try adding following in your <appname>_Prefix.pch

#import <OmniBase/OmniBase.h>
#import <OmniFoundation/OFNull.h>
#import <OmniFoundation/NSString-OFSimpleMatching.h>

it should resolve your issue...