> On Apr 7, 2017, at 2:38, Kyle Sluder <k...@ksluder.com> wrote:
> 
>> On Wed, Apr 5, 2017, at 03:27 PM, Richard Charles wrote:
>> Since switching to macOS 10.12 Sierra I am getting tons of document
>> handling messages in the Xcode debug console for my document based
>> application.
>> 
>> // Delete existing document then launch app.
>> 
>> 2017-04-05 13:58:13.795408 MyApp[42310:2124840]
>> Item: myFile [9FC1873C-34CA-4E66-9155-99480B47CB11]
>> - URL:file:///Users/richard/Desktop/myFile
>>  1   SharedFileList           0x00007fffa0089549 -[SFLList removeItem:]
>>  + 57
>>  2   SharedFileList           0x00007fffa009d089
>>  LSSharedFileListItemRemove + 176
>>  3   Foundation               0x00007fffa061f2d9
>>  __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ + 7
>>  4   Foundation               0x00007fffa061efbc -[NSBlockOperation
>>  main] + 101
>>  5   Foundation               0x00007fffa061d6e4 -[__NSOperationInternal
>>  _start:] + 672
>>  6   Foundation               0x00007fffa061959b __NSOQSchedule_f + 201
>>  7   libdispatch.dylib        0x00000001013b9f5c
>>  _dispatch_client_callout + 8
>>  8   libdispatch.dylib        0x00000001013d1a59
>>  _dispatch_queue_serial_drain + 205
>>  9   libdispatch.dylib        0x00000001013c3489 _dispatch_queue_invoke
>>  + 1174
>>  10  libdispatch.dylib        0x00000001013bc1d7
>>  _dispatch_root_queue_drain + 671
>>  11  libdispatch.dylib        0x00000001013bbee8
>>  _dispatch_worker_thread3 + 114
>>  12  libsystem_pthread.dylib  0x000000010143189a _pthread_wqthread +
>>  1299
>>  13  libsystem_pthread.dylib  0x0000000101431375 start_wqthread + 13
>> 
>> // Save document using save panel.
>> 
>> 2017-04-05 14:00:40.696444 MyApp[42368:2127556] [default] [ERROR] Failed
>> getting container for URL: file:///Users/richard/Desktop/, error: Error
>> Domain=BRCloudDocsErrorDomain Code=12 "App library not found:
>> 'com.apple.Desktop'" UserInfo={NSDescription=App library not found:
>> 'com.apple.Desktop'}
>> 
>> // Launch app and choose File > Open.
>> 
>> 2017-04-05 14:05:53.192756 MyApp[42529:2134332] [default] [ERROR] Failed
>> getting container for URL: file:///Users/richard/Desktop/, error: Error
>> Domain=BRCloudDocsErrorDomain Code=12 "App library not found:
>> 'com.apple.Desktop'" UserInfo={NSDescription=App library not found:
>> 'com.apple.Desktop'}
>> 
>> This never happened before Sierra. The app is signed but with no
>> entitlements. Everthing seems to be working correctly, I just get tons of
>> messages in the console.
> 
> Do you have “Desktop & Documents Folders” enabled in System Preferences
>> iCloud > iCloud Drive Options…?
> 
> Take a sysdiagnose (sudo sysdiagnose in Terminal, or
> Command-Option-Control-Shift-Period key combo).
Note that this appears to do nothing for a few minutes. 
Eventually a Fonder window will open with a zip file selected. Attach that file 
to the big report. 
It might not be small. 
> Then file a bug report
> at https://bugreport.apple.com.
> 
> --Kyle
> 
>> 
>> --Richard Charles
> _______________________________________________
> 
> Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
> 
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
> 
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/cocoa-dev/dangerwillrobinsondanger%40gmail.com
> 
> This email sent to dangerwillrobinsondan...@gmail.com
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to