omi icon indicating copy to clipboard operation
omi copied to clipboard

Add file in chat or upload image for clone failed

Open goodpeter-sun opened this issue 11 months ago • 0 comments

Describe the bug From Xcode log, we can see

[ERROR] Could not create a bookmark: NSError: Cocoa 4097 "connection to service named com.apple.FileProvider" "Error returned from daemon: Error Domain=com.apple.accounts Code=7 "(null)""

or

PHPickerViewControllerDelegate_Private doesn't respond to _pickerDidPerformConfirmationAction: [ERROR] Could not create a bookmark: NSError: Cocoa 4097 "connection to service named com.apple.FileProvider"

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Current behavior A clear and concise description of what is currently happening

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

user ID (can we access the user info to validate the bug?): Can be found in settings => profile

Smartphone + device (please complete the following information):

  • Device: iPhone13
  • OS: iOS
  • Browser [e.g. stock browser, safari]
  • App Version [e.g. 22]
  • Device version [e.g. 22]

Additional context The local solution for me is add

com.apple.security.files.user-selected.read-write com.apple.security.files.bookmarks.app-scope com.apple.security.assets.pictures.read-write com.apple.security.personal-information.photos-library

in the entitlements files.

goodpeter-sun avatar Mar 04 '25 14:03 goodpeter-sun