i'm in the process of removing all my memory code (release, retain, dealloc, etc.) to just rely on garbage collection. but before removing my memory code, i've activated the garbage collector and receiving this error from the compiler... i don't really understand it:
is there a plugin missing from my developer folder? should i try installing xCode 3.1? (i'm using 3.0)
[Session started at 2008-06-29 08:03:30 -0400.]
objc[5766]: GC: -finalize resulted in an exception (0x103da30) being thrown, break on objc_exception_during_finalize_error to debug
*** +[HUDColorPanel<0x1030d90> finalize]: cannot finalize a class object
2008-06-29 08:03:30.941 Light[5766:10b] Error loading /Library/InputManagers/Ecamm/Ecamm Plugin Loader.bundle/Contents/MacOS/Ecamm Plugin Loader: dlopen(/Library/InputManagers/Ecamm/Ecamm Plugin Loader.bundle/Contents/MacOS/Ecamm Plugin Loader, 265): no suitable image found. Did find:
/Library/InputManagers/Ecamm/Ecamm Plugin Loader.bundle/Contents/MacOS/Ecamm Plugin Loader: GC capability mismatch
is there a plugin missing from my developer folder? should i try installing xCode 3.1? (i'm using 3.0)