So I added Firebase Crashlytics in my app and after that I started facing the following issue.
Here is my Podfile for reference
Because of the IPHONEOS_DEVELOPMENT_TARGET error I am unable to run my app and test Crashlytics on my Simulator.
For adding Firebase Crashlytics to my App I added a Run Script in Build Phases using Xcode and in the Run Script I added the following line
${PODS_ROOT}/FirebaseCrashlytics/run
Please help me out fixing this error.
To fix this error I have tried regenerating Pods Folder, Podfile, Podfile.lock, flutter clean, editing the Podfile on my own and https://stackoverflow.com/a/64075795/14876562 using this link's solution and much more.
Request for a quick reply. Thanks in advance.