theblixguy / DroidID

DroidID - Unlock your Mac using your Android phone's fingerprint sensor!
GNU General Public License v3.0
91 stars 15 forks source link

Permissions Issue on Big Sur #15

Open kaem-e opened 3 years ago

kaem-e commented 3 years ago

Whenever i try to open the app, an error pops up telling me that i can't open the app because i don't have the permissions to do so. Ive tried giving permissions to the executable but it seems to not work for some reason and i still get the same popup.

image Screenshot 2021-05-27 at 8 56 53 PM

totosan commented 3 years ago

This could have it's cause in bad or not existend code signing... maybe, you could overcome shortly, by opening terminal and add codesign --force --deep --sign - </App/Path>

kaem-e commented 3 years ago

This could have it's cause in bad or not existend code signing... maybe, you could overcome shortly, by opening terminal and add codesign --force --deep --sign - </App/Path>

Mabye yeah, I might try that. Would still be nice if this was resolved in the main builds themselves though haha

kaem-e commented 3 years ago

codesign --force --deep --sign - </App/Path>

this does not seem to fix the problem, do you have any more suggestions ?

totosan commented 3 years ago

To be clear, you're still getting the above mentioned error? Or did something changed in the behavior? May be you should try to give terminal app also permissions for accessibility and automation, if not already done.

kaem-e commented 3 years ago

im still getting the same error, i had given terminal accessibility access before and it does seem to sig the app correctly, but that doesn't seem to be the problem