-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Labels
Description
Description
When trying to set permissions on an iOS device running 14.5, I am getting an error.
brasky@Bills-MBP ~ % applesimutils --byId "231CE0DA-5E28-43E5-AB05-F860438CEC3A" --bundle "simpleinout" --setPermissions "notifications=YES, location=always, contacts=YES"
Got error:
An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=2):
The operation couldn’t be completed. No such file or directory
No such file or directory
Steps to Reproduce
Try to set app permissions with the following setup:
applesimutils --byId "231CE0DA-5E28-43E5-AB05-F860438CEC3A" --bundle "simpleinout" --setPermissions "notifications=YES, location=always, contacts=YES"
Expected Behavior
Simulator to boot, permission to be set.
Environment
- macOS version: Big Sur 11.3
- Xcode version: 12.5, iOS 14.5
Additional Context
I was seeing a similar issue in the reported bug running on my VM. While the program was crashing on the VM, it seems somewhat related. Please let me know what I can do to help.
Vkt0r