[MacRuby] #1317: Coordinates of CLLocation are not accesible
#1317: Coordinates of CLLocation are not accesible ------------------------------------+--------------------------------------- Reporter: fdiazgarrido@… | Owner: lsansonetti@… Type: defect | Status: new Priority: major | Milestone: Component: MacRuby | Keywords: ------------------------------------+--------------------------------------- The coordinate attribute returns a Boxed object whose attributes cant be accessed #!/usr/bin/env macruby framework 'CoreLocation' def locationManager(lm, didUpdateToLocation: to, fromLocation: from) p to.coordinate.longitude end manager = CLLocationManager.alloc.init manager.delegate = self manager.startUpdatingLocation NSRunLoop.currentRunLoop.runUntilDate(NSDate.distantFuture) -- Ticket URL: <http://www.macruby.org/trac/ticket/1317> MacRuby <http://macruby.org/>
#1317: Coordinates of CLLocation are not accesible ------------------------------------+--------------------------------------- Reporter: fdiazgarrido@… | Owner: lsansonetti@… Type: defect | Status: new Priority: major | Milestone: Component: MacRuby | Keywords: ------------------------------------+--------------------------------------- Comment(by lsansonetti@…): I suspect this problem will be fixed if you will install the latest BridgeSupport preview release (available from http://www.macruby.org/files/). Can you try? -- Ticket URL: <http://www.macruby.org/trac/ticket/1317#comment:2> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby