qt.permissions: Could not find permission plugin for QLocationPermission.
Unsolved
General and Desktop
-
Hi there,
I have the same issue as described in this thread:
qt.permissions: Could not find permission plugin for QLocationPermission.
But unfortunately the solution there doesn't work for me, as the line in the CMakeLists.txtqt_finalize_executable(${TARGET})
was automatically added when creating the project.
I'm working with Qt 6.8.1. I added an entry in my Info.plist with the key NSLocationUsageDescription and added the POST_BUILD custom command to sign the code. Both don't change anything, I still get the error.Any other ideas?