#533: CoreLocation not covered by BridgeSupport
-------------------------------------+--------------------------------------
Reporter: mattaimone...@… | Owner: lsansone...@…
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/>
_______________________________________________
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel