[MacRuby] #533: CoreLocation not covered by BridgeSupport
#533: CoreLocation not covered by BridgeSupport -------------------------------------+-------------------------------------- Reporter: mattaimonetti@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: MacRuby 0.5 Component: MacRuby | Keywords: -------------------------------------+-------------------------------------- {{{ $ macirb --simple-prompt
framework 'CoreLocation' => true CLLocationDegrees NameError: uninitialized constant CLLocationDegrees from core:in `const_missing:' from core:in `<main>' from core:in `eval:' from core:in `evaluate:' }}}
Related issue: when retrieving a CLLocation and trying to get the coordinate, MacRuby raises a TypeError. {{{ unrecognized runtime type `{?=dd}' (TypeError) }}} Probably because the returned type is CLLocationCoordinate2D and the constant is not available. -- Ticket URL: <http://www.macruby.org/trac/ticket/533> MacRuby <http://macruby.org/>
#533: CoreLocation not covered by BridgeSupport -------------------------------------+-------------------------------------- Reporter: mattaimonetti@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: MacRuby 0.6 Component: MacRuby | Resolution: invalid Keywords: | -------------------------------------+-------------------------------------- Changes (by martinlagardette@…): * status: new => closed * resolution: => invalid * milestone: MacRuby 0.5 => MacRuby 0.6 Comment: This is a BridgeSupport issue. A bug has been submitted and will be tracked by radar 7915246. -- Ticket URL: <http://www.macruby.org/trac/ticket/533#comment:1> MacRuby <http://macruby.org/>
#533: CoreLocation not covered by BridgeSupport -------------------------------------+-------------------------------------- Reporter: mattaimonetti@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: MacRuby 0.6 Component: MacRuby | Resolution: invalid Keywords: | -------------------------------------+-------------------------------------- Comment(by mattaimonetti@…): Thanks Thibault -- Ticket URL: <http://www.macruby.org/trac/ticket/533#comment:2> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby