From: Jonathan P. <jp...@dc...> - 2005-07-17 16:18:58
|
On 17 Jul 2005, at 16:52, Marco Righele wrote: > The install script expect to find the folder 'framework/build/ > RubyCocoa.build', but instead there is a 'framework/build/Default/ > RubyCocoa.framework' folder. Copying the folder (not moving, part > of the install script looks in the right place) to the parent > directory seemed to fix the problem and now I'm happily playing > with shell (cocoa) scripts. > That is due to a change in Xcode 2.1. Previously, built products were placed in the 'build' directory directly. Xcode 2.1 separates them by build configuration -- that's the 'Default' directory you're seeing (thus saving on rebuilds when switching between configurations). Glad you got it to work :) Jonathan |