TimOliver / TOCropViewController

A view controller for iOS that allows users to crop portions of UIImage objects
http://www.timoliver.com.au/2015/06/21/tocropviewcontroller-an-open-source-image-cropper-for-ios/
MIT License
4.67k stars 929 forks source link

Privacy Manifest - Missing an expected key: 'NSPrivacyCollectedDataType' #575

Closed p-nicolaou closed 2 months ago

p-nicolaou commented 2 months ago

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

p-nicolaou commented 2 months ago

See pull request #576

dubuladuo commented 2 months ago

Put a tag on it

TimOliver commented 2 months ago

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