79729694

Date: 2025-08-08 11:29:28
Score: 0.5
Natty:
Report link

Make sure you don't have the following key in your Info.plist

<key>NSUserTrackingUsageDescription</key>
<string>...</string>

Then run flutter clean & flutter pub get
rm -rf ios/Pods ios/Podfile.lock pubspec.lock to delete the current Pods and run the app again to generate them again

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Andreas Hadjimamas