From: Jon B. <jo...@gm...> - 2007-07-09 12:19:20
|
Im not sure you should go by the file size per se, if you open terminal and jump into YourProject/build/Debug/YourApp.app/Frameworks you should check to see if the complete framework is in there. You might also want to remove or rename the one @ /Library/Frameworks in case there is a conflict of some kind (?) - Jon On Jul 9, 2007, at 7:42 AM, Tim Perrett wrote: > Just checked the build settings - its producing an executable of > 2.1mb, which is probably about right, with the frameworks (RC is > about 1.8mb), so i know its copying across OK. However im still > getting the same error. > > I am also still in Debug configuration not release :) > > Thanks > > Tim > > On 9 Jul 2007, at 12:35, Jon Baer wrote: > >> 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. > > > ---------------------------------------------------------------------- > --- > 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 |