TimOliver/TOCropViewController

Privacy Manifest - Missing an expected key: 'NSPrivacyCollectedDataType'

p-nicolaou opened this issue · 3 comments

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:

  1. Having CropViewController as a dependancy
  2. Archive the app
  3. From organiser, right-click your archive, 'Generate Privacy Report'
  4. In the generated PDF, you can find it under, "Errors Encountered"

Expected behavior
There should be no errors

Screenshots
Screenshot 2024-04-11 at 17 07 00

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

See pull request #576

Put a tag on it

PR's been merged! Thanks @p-nicolaou!