DaveWoodCom / XCGLogger

A debug log framework for use in Swift projects. Allows you to log details to the console (and optionally a file), just like you would have with NSLog() or print(), but with additional information, such as the date, function name, filename and line number.
MIT License
3.94k stars 477 forks source link

Privacy Manifest for Sources/ObjcExceptionBridging/PrivacyInfo.xcprivacy is invalid #339

Open seiyashun opened 4 months ago

seiyashun commented 4 months ago

Hi Team, When i submit my application to AppStore Connect. I've got a message about invalid privacy

ITMS-91064: Invalid tracking information - A PrivacyInfo.xcprivacy file contains invalid tracking information at the following path: “PrivacyInfo.xcprivacy”. NSPrivacyTracking must be true if NSPrivacyTrackingDomains isn‘t empty. Keys and values in your app’s privacy manifest must be valid. For more details about privacy manifest files, visit:

I've investigated this issue around my project. I see "Sources/ObjcExceptionBridging/PrivacyInfo.xcprivacy" has "NSPrivacyTracking" is False value even NSPrivacyTrackingDomains isn't empty.

Please help me to check it !!!

image image

seiyashun commented 4 months ago

If i have mistake about this case, please help me for this. Thank everyone