You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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:
Go to '...'
Click on '....'
Scroll down to '....'
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
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:
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):
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.
The text was updated successfully, but these errors were encountered: