Re: [MacRuby-devel] xcode crashed on run button pressed

2012-06-18 Thread 李果
Hi, thank you for your response. I've figured out the reason. I substituted gdb for llvm compiler which was default in the build sequence and everything went well. According to this post( http://stackoverflow.com/questions/10838157/xcode-4-3-2-crash-on-build), it's the bug in the llvm 2.9 compiler

Re: [MacRuby-devel] xcode crashed on run button pressed

2012-06-14 Thread Ben Mills
Posting the crash log might help in determining what's going on. http://gist.github.com On Thu, Jun 14, 2012 at 3:03 PM, Joshua Ballanco wrote: > Hi, > > Can you narrow down what part of your application causes the crash? Have > you tried following the instructions on the wiki page for a bas

Re: [MacRuby-devel] xcode crashed on run button pressed

2012-06-14 Thread Joshua Ballanco
Hi, Can you narrow down what part of your application causes the crash? Have you tried following the instructions on the wiki page for a basic app? If you're still experiencing a crash with that example, there may be a problem with your Xcode install. Cheers, Josh On Wednesday, June 6,

[MacRuby-devel] xcode crashed on run button pressed

2012-06-06 Thread 李果
Hi, I installed macruby 0.11 and created a simple macruby application with xcode 4.3.2 without changing anything. When I pressed the run button, xcode just crashed. Then I switched to macruby nightly build, the same thing happened again. Finally, I built macruby from source code following the instr