Reputation: 15500
I've been trying to use Cocotron and installed it with the Instructions on their site, but when i try to build their example app with Cocotron it doesn't work and I get a load of errors about things being undeclared like NSString
and YES
. It seems Cocotron isn't doing its part.
What has gone wrong?
Here are some Pics of the errors:
alt text http://snapplr.com/snap/xagj alt text http://snapplr.com/snap/2qcy
Upvotes: 1
Views: 334
Reputation: 53960
Cocoa.h (the main header file of the Cocoa framework) is not found by your IDE. Your include path seems to be incorrect.
Otherwise, if you're developing for iPhone OS, there's just no Cocoa.h file...
Upvotes: 1