필요한 것
-
-
Open Terminal.
-
Log into an administrator account on your computer. Go to Applications → Utilities and launch Terminal.
-
-
-
-
Open the application's package contents.
-
Locate the application in Finder. Right-click (or Control-click) its icon and select Show Package Contents from the drop-down menu.
-
-
-
You should now see one or more folders inside the application. Locate the executable file inside this folder.
-
This is usually inside /Contents/MacOS.
-
-
-
Drag the executable file into the Terminal line.
-
This should automatically insert the file path to the executable file.
-
If you have questions, please leave a comment below. I will try to get to as many questions as I can.
If you have questions, please leave a comment below. I will try to get to as many questions as I can.
다른 4명이 해당 안내서를 완성하였습니다.
댓글 한 개
Hi Robert,
I searched for executing with root-permissions, because an app can't get access to read USB-devices.
the log of the app reads as:
LIBUSB: warning [darwin_detach_kernel_driver] USB device capture requires either an entitlement (com.apple.vm.device-access) or root privilege
Error: 2] failed to claim USB interface: -3 LIBUSB_ERROR_ACCESS (Access denied (insufficient permissions))
[14:08:27.487 Camera Error: 2] failed to open transport: 1.1.2-1.1-054c.0ccc
so I thought executing with your method might help..
but it doesn't
Any tipps would be greatly appreciated
Markus