Godot wants to access the camera even tough I am not using it.
If I try to publish the game Apple rejects it because the "NSCameraUsageDescription key " is missing.
If I enter a key the App crashes at startup.
If I do not enter a key the App works fine but is rejected after the upload process.
Is there any way to stop Godot from using the Camera?