Projects

Ticket #533 (closed defect: invalid)

Opened 2 years ago

Last modified 22 months ago

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

Changed 22 months ago by martinlagardette@…

  • status changed from new to closed
  • resolution set to invalid
  • milestone changed from MacRuby 0.5 to MacRuby 0.6

This is a BridgeSupport issue. A bug has been submitted and will be tracked by radar 7915246.

Changed 22 months ago by mattaimonetti@…

Thanks Thibault

Note: See TracTickets for help on using tickets.