HI all:
I have the same problem, my app is a normal swift project no other process involves,
when it's running at the version after macOS 10.15.4, some users report that no system pop up to allow access to the Documents folder, after authentication by NSOpenPanel,
And now we found this problem always exists in macOS 11.0 (Big Sur), After granting the permission by click NSOpenPanel confirm button, we grant the permission of user home path, but we can only access this folder, if you access its subfolder, it will give an error :
Error Domain=NSCocoaErrorDomain Code=257 "The file “Documents” couldn’t be opened because you don’t have permission to view it.".
no system pop up alert, so my app not appearing in File and Folder permissions
I don't know if any workaround here? did you found a solution?
Post
Replies
Boosts
Views
Activity
Hi @Claude31
thanks for your reply, I think you just test the 1 level menu, but if you test 2 level menu, you found ESC will close all menu, I just want close current level submenu.
Seem no solution for that. I give up to do that. thanks for your attention, if you have any solution, Please share with me, thanks.
Hi
I have same problem
MacOS Big Sur beta 10 (20A5395g)
smbfs.kext driver already loaded.
error report that:
kernel smb2sessionmaxread: Limit max read quantum size to maxmsgsize <1048576>
Any workaround?, thanks.
@Gualtier Malde the problem not resolved in the latest version 20B29.
Hi @Claude31
Sorry I've confused you.
Example in Safari menu bar: open menu Safari -> Bookmarks -> Favorites
focus mouse on submenu Item in Favorites,
press ESC ,
you will see all menu closed,
but I want only close Favorites submenu.