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