Your app has been changed to invalid binary and rejected

I am trying to submit my app for review on appstoreconnect, but after every attempt it immediately says your app has been changed to invalid binary and rejected. The error related to this rejections is:

ITMS-91064: Invalid tracking information - A PrivacyInfo.xcprivacy file contains invalid tracking information at the following path: “Frameworks/MapboxCoreSearch.framework/PrivacyInfo.xcprivacy”. NSPrivacyTracking must be true if NSPrivacyTrackingDomains isn’t empty. Keys and values in your app’s privacy manifests must be valid.

Despite the fact that my app's PrivacyInfo.xcprivacy states no that there are no tracking domains, privacy tracking is not enabled and that the Privacy Nutrition Label Types clearly state that there are no particular tracking happening across the selected the labels, which are course location, precise location and search history. The information in the IPrivacyInfo.xcprivacy in the app privacy settings and reflect that there is no tracking happening. I have attempted changing the details and I still get the same error. I've tried every solution and it still gets flagged for this.

TN3182: Adding privacy tracking keys to your privacy manifest describes how to declare the tracking domains you use in your app or third-party SDK in a privacy manifest.

Despite the fact that my app's PrivacyInfo.xcprivacy states no that there are no tracking domains, privacy tracking is not enabled

To declare that your app doesn't track, add the NSPrivacyTracking key and set its value to false. If your privacy manifest file contains the NSPrivacyTrackingDomains key, remove it. For more information, see Possible reasons for an invalid tracking domains value in TN3181: Debugging an invalid privacy manifest.

and that the Privacy Nutrition Label Types clearly state that there are no particular tracking happening across the selected the labels

If the NSPrivacyCollectedDataTypes key is an empty array, remove it. For more information, see TN3182: Adding privacy tracking keys to your privacy manifest.

Your app has been changed to invalid binary and rejected
 
 
Q