[MacRuby] #1146: Web view crash
#1146: Web view crash ----------------------------------+----------------------------------------- Reporter: kunc.filip@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: MacRuby 1.0 Component: MacRuby | Keywords: Webview crash ----------------------------------+----------------------------------------- When you generate new ruby application in Xcode 3.2.4 and place web view in interface builder. Then run your app. It always crashes on sigabrt. -- Ticket URL: <http://www.macruby.org/trac/ticket/1146> MacRuby <http://macruby.org/>
#1146: Web view crash ----------------------------------+----------------------------------------- Reporter: kunc.filip@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: Component: MacRuby | Resolution: worksforme Keywords: Webview crash | ----------------------------------+----------------------------------------- Changes (by lsansonetti@…): * status: new => closed * resolution: => worksforme * milestone: MacRuby 1.0 => Comment: Maybe it's because your application does not link against WebKit. Try adding the following line to your rb_main.rb: {{{ framework 'WebKit' }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/1146#comment:1> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby