From: Jon B. <jo...@gm...> - 2007-07-09 11:35:41
|
Your build can not find RubyCocoa framework, depending on what target you selected you might have to create a new Copy Build Phase for the Framework, in my cases I always have to remind myself to do it when switching to Release build. Looks like your project settings might just need to be adjusted (or you might need to rebuild RC for a newer feature you are hitting on -or- you are hitting something that might have been removed). As for the clicking, crashing, when starting out I had a few crashes and ended up calling either retain / release and GC manually where need be. However I think it's something Im *not* suppose to be doing as RC is suppose to handle, correct? - Jon On Jul 9, 2007, at 7:20 AM, Tim Perrett wrote: > Hey all > > I have been writing a small application (an OSX NSTask type wrapper) > and I have a button in my tool bar that then calls the NSTask run > method, which is all hunky dorey. But when its clicked exactly 6 > times consecutively it makes the application crash - in the GDB > console I get this message.... > > warning: Unable to read symbols for "@executable_path/../Frameworks/ > RubyCocoa.framework/Versions/A/RubyCocoa" (file not found). > > Any ideas what's going on there? > > Thanks > > Tim > > ---------------------------------------------------------------------- > --- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Rubycocoa-talk mailing list > Rub...@li... > https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk |