[MacPorts] #52531: qt5-qtwebengine: unknown class name 'CBCentralManagerDelegate'

MacPorts noreply at macports.org
Mon Oct 24 22:03:47 CEST 2016


#52531: qt5-qtwebengine: unknown class name 'CBCentralManagerDelegate'
------------------------------+---------------------------------
  Reporter:  skymoo           |      Owner:  MarcusCalhoun-Lopez
      Type:  defect           |     Status:  new
  Priority:  Normal           |  Milestone:
 Component:  ports            |    Version:
Resolution:                   |   Keywords:
      Port:  qt5-qtwebengine  |
------------------------------+---------------------------------

Comment (by RJVB):

 Did you even build QWE on 10.11? This doesn't ring a bell for me at all.

 I suppose an answer can be found via google, but I'm currently grappling
 with QWE 5.7.0 ...

 I do see that that version introduces some changes but still uses
 NSObject<CBCentralManagerDelegate> but presumable defines that @protocol
 in  sdk_forward_declarations.h :

 {{{
 @protocol CBCentralManagerDelegate;

 @protocol CBCentralManagerDelegate<NSObject>
 - (void)centralManagerDidUpdateState:(CBCentralManager*)central;
 - (void)centralManager:(CBCentralManager*)central
     didDiscoverPeripheral:(CBPeripheral*)peripheral
         advertisementData:(NSDictionary*)advertisementData
                      RSSI:(NSNumber*)RSSI;
 @end
 }}}

--
Ticket URL: <https://trac.macports.org/ticket/52531#comment:7>
MacPorts <https://www.macports.org/>
Ports system for OS X



More information about the macports-tickets mailing list