Ticket #533 (closed defect: invalid)
CoreLocation not covered by BridgeSupport
| Reported by: | mattaimonetti@… | Owned by: | lsansonetti@… |
|---|---|---|---|
| Priority: | blocker | Milestone: | MacRuby 0.6 |
| Component: | MacRuby | Keywords: | |
| Cc: | CoreLocation, BridgeSupport |
Description
$ 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.
Change History
Note: See
TracTickets for help on using
tickets.

