#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/>