Here is a solution to a commonly hit problem that people have been
having with Eiffel for Xcode (2.0-2.2). If the development usercode
is not admin enabled, the Eiffel compiler starts parsing the first
file (usually Action_Cell.e in the Cocoa library) and reports 'Class
expected' on the Index clause.
The way to fix this problem is to do one of the following:
1) admin enable your usercode;
2) change the owner of the /Library/EiffelOT libraries to be you; or
3) copy the Eiffel libraries to your local usercode Library directory
and change the Library dictionary.ep file to include /Users/<your uc>
in the library path in all your projects.
Ian Joyner
email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/xcode-users/email@hidden