Describe the bug
When generating the Privacy Report for my app, the report displays an error for CropViewController,
Missing an expected key: 'NSPrivacyCollectedDataType'
To Reproduce
Steps to reproduce the behavior:
- Having CropViewController as a dependancy
- Archive the app
- From organiser, right-click your archive, 'Generate Privacy Report'
- In the generated PDF, you can find it under, "Errors Encountered"
Expected behavior
There should be no errors
Screenshots

Additional context
I believe is down to the fact that NSPrivacyCollectedDataTypes is missing a "nutrition label" as described here,
Apple