memoryio / memoryio-macosx-swift

Life logging app for macosx. Takes a picture with built in isight whenever you wake computer from sleep
https://www.memory.io
2 stars 1 forks source link

warning: illegal subclass SHKRemoteView instantiating; client should use only NSRemoteView #4

Open jacobrosenthal opened 6 years ago

jacobrosenthal commented 6 years ago

This warning followed us over from https://github.com/memoryio/memoryio-macosx/issues/36 I think its apple api related and am ignoring it for now

2018-06-01 14:39:12.574132-0700 memoryio[16926:1284945] warning: illegal subclass SHKRemoteView instantiating; client should use only NSRemoteView (
    0   ViewBridge                          0x00007fff62b0cbff -[NSRemoteView _preSuperInit] + 195
    1   ViewBridge                          0x00007fff62b0cf83 -[NSRemoteView initWithFrame:] + 25
    2   ShareKit                            0x00007fff5edf9aa5 -[SHKRemoteView initWithOptionsDictionary:] + 161
    3   ShareKit                            0x00007fff5edd8fbd __38-[SHKSharingService performWithItems:]_block_invoke_4 + 1347
    4   libdispatch.dylib                   0x0000000100eaecfe _dispatch_call_block_and_release + 12
    5   libdispatch.dylib                   0x0000000100ea6ddf _dispatch_client_callout + 8
    6   libdispatch.dylib                   0x0000000100eb2e59 _dispatch_main_queue_callback_4CF + 549
    7   CoreFoundation                      0x00007fff3db9dc69 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
    8   CoreFoundation                      0x00007fff3db5fe4a __CFRunLoopRun + 2586
    9   CoreFoundation                      0x00007fff3db5f1a3 CFRunLoopRunSpecific + 483
    10  HIToolbox                           0x00007fff3ce47d96 RunCurrentEventLoopInMode + 286
    11  HIToolbox                           0x00007fff3ce47b06 ReceiveNextEventCommon + 613
    12  HIToolbox                           0x00007fff3ce47884 _BlockUntilNextEventMatchingListInModeWithFilter + 64
    13  AppKit                              0x00007fff3b0faa73 _DPSNextEvent + 2085
    14  AppKit                              0x00007fff3b890e34 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 3044
    15  AppKit                              0x00007fff3b0ef885 -[NSApplication run] + 764
    16  memoryio                            0x000000010000dad4 _T08memoryioyycfU_yycfU_ + 116
    17  memoryio                            0x000000010000dc3d _T08memoryioyycfU_yycfU_TA + 13
    18  memoryio                            0x000000010000db36 _T0s5Error_pIgzo_ytsAA_pIgrzo_TR + 22
    19  memoryio                            0x000000010000dc9b _T0s5Error_pIgzo_ytsAA_pIgrzo_TRTA.7 + 27
    20  libswiftCore.dylib                  0x00000001004ef538 _T0s20withExtendedLifetimeq_x_q_yKctKr0_lF + 56
    21  memoryio                            0x000000010000da25 _T08memoryioyycfU_ + 245
    22  memoryio                            0x000000010000db36 _T0s5Error_pIgzo_ytsAA_pIgrzo_TR + 22
    23  memoryio                            0x000000010000dbdb _T0s5Error_pIgzo_ytsAA_pIgrzo_TRTA + 27
    24  libswiftObjectiveC.dylib            0x0000000100d8087a _T010ObjectiveC15autoreleasepoolxxyKc8invoking_tKlF + 58
    25  memoryio                            0x000000010000d90e main + 126
    26  libdyld.dylib                       0x00007fff65e79015 start + 1
)