View Single Post
Hi -

TextEditor pretty much runs out of the box if you follow Tim's direction above. You may have inadvertently obliterated some header search path setting while touching the frameworks paths. Xcode can get pretty nasty that way, that's why xconfig files are the way to go and in Omni's case there are a boat load of them in the Configurations Group. Look at Touch-Application-Common, it contains your targets relevant settings and the all important HEADER_SEARCH_PATHS. Remember that you can easily and inadvertently "overide" these settings with manual entries even though the "Based On" menu at the bottom of your Target Info panels is set correctly. You can usually tell if the setting is in bold. If you can no longer sort out what you changed, start from a clean copy and carefully compare between the two.

Strange that you are only getting that single header file error though...Are all the other OmniUI headers loading correctly?