"Contacts TCC acccess preflight was denied" - subsystem: com.apple.contacts
The app is signed, sandboxed and the correct entitlements have been given (otherwise it would not work when running from the Terminal)
Why is the app not even asking the user for permission to access the address book?
I am running macOS Mojave 10.14.16.
I have already cleared all permission to the address book, but this does not help...
--
You received this message because you are subscribed to the Google Groups "Flutter Development (flutter-dev)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/flutter-dev/b058cabc-8a3e-4c04-a579-73fffdf2391a%40googlegroups.com.
<key>NSContactsUsageDescription</key>
<string>This app needs access to address book</string>Stuart,thanks for answerding. Yes, i did enter the relevant entitlement in both debug and release files.I also generated a release build by callingflutter run —release -d macOSThe curious thing is that the difference does not come from debug or release builds but how the app is started:1. Starting the app from Terminal it works:porcupine:teambeam tom$ ./build/macos/Build/Products/Release/TeamBeam.app/Contents/MacOS/TeamBeam2. Starting it by doeuble clicking the app icon in the build/macos/Build/Products/Release/ folder does not work!
Maybe this is not a Flutter but a macOS issue, but hopefully someone here has a hint for me.Best regards,Tom.