Pierce T. Wetter III
pierc****@twinf*****
Sat Apr 21 00:15:36 JST 2007
On Apr 20, 2007, at 7:51 AM, Pierce T. Wetter III wrote: > >> this looks very similar to jarrad's backtrace that he posted to the >> rubycocoa-talk list yesterday - are you on that list as well? might >> you be embedding a thin rubycocoa framework and your application >> crashes when run on the other architecture? with some more >> information we might be able to better help. > > I'm on Intel in both places, building on my desktop and testing on > my MBP which doesn't have RC installed. What I did is follow the > directions here: > > http://developer.apple.com/documentation/MacOSX/Conceptual/ > BPFrameworks/Tasks/CreatingFrameworks.html#//apple_ref/doc/uid/ > 20002258-106880 > > Which said, in essence: > > 1. Add the project file for RubyCocoa to your project. > 2. Tweak both projects to build to the same location. (This meant > adding a new "Release" config to RubyCocoa by duplicating the > "Deployment' config.) > 3. Add a "Copy Files" build phase. > > My app is freeware/open source, so source or a copy is available > if anyone wants to look at it. The plot thickens! Copying /Library/Frameworks/RubyCocoa.framework into my Frameworks directly (as opposed to the one I built) doesn't work either, gives me the same error. So I'm guessing that embedding RubyCocoa 0.11 needs more then just RubyCocoa.framework? Do any of the Example projects embed RubyCocoa? Pierce