PDA

View Full Version : Probably very simple: I can't run the example TextEditor


philipkd
2010-10-08, 12:00 PM
I followed the README multiple times.

I did the customized build output directory setting by choosing to place build products in customized location: /Users/Shared/philip/Products

And Place Intermediate Build Files in: "With build products"

I also successfully built the Debug & Release versions.

However, when I run TextEditor.xcodeproj and go "Build & Run" I get an error "OmniUI/OUISingleDocumentAppController.h No such file or directory" and so on up to 63 errors.

Like I need to include the framework, but I don't know how to do that.

Seems like I'm missing a very basic thing here.

jgarnham
2010-10-30, 07:00 AM
I have a similar problem to you, but I can't even get the app to build. I get 600 plus errors some similar to yours, others completely different.

Here's a picture of some of them: http://cl.ly/c79c5543587cf813e394

I'm guessing it's something obvious that I've just missed, but I'm just not sure what it is.

Tim Wood
2010-10-31, 10:16 AM
This was probably due to a missing dependency in TextEditor that another user kindly pointed out (http://forums.omnigroup.com/showthread.php?p=88334). I've pushed a patch for this to github which should hopefully fix it.