closed
Minimum iOS deployment version than your application is targeting.
Hi, i have oened the flutter app on Android studio of my mac, and when trying to run the main dart file on the IOS simulator i got this error message: "The plugin "firebase_core" requires a higher minimum iOS deployment version than your application is targeting.To build, increase your application's deployment target to at least 13.0 as described at https://flutter.dev/to/ios-deploy"
Thanks
Asked 6 months ago on October 17, 2024 3:02 PM Comments 22 times
kane replied 6 months ago on October 21, 2024 1:00 PM
For Google Mobile Ads try this version works or not.
google_mobile_ads: ^5.2.0
Kane
Support Team
kane replied 6 months ago on October 21, 2024 3:56 AM
Hello,
That's great to hear that it's working now!
Could you please let me know the versions of the
facebook
andgoogle_mobile_ads
packages that you're using in yourpubspec.yaml
file?Kane
Support Team
Hamza Amireh replied 6 months ago on October 20, 2024 8:10 AM
no worries now, i have change the automatic signing to manual and it worked, can i ask you to update your app for the facebook and google ads mob, and the version, as i have removed the google ads mob by my self and i had to update another file called Runner.xcodeproj to higher version than version 10 to 13.0, and that made it work. thanks for your kind support ill make my review now.
kane replied 6 months ago on October 19, 2024 12:46 PM
Hello I am connecting
Kane
Support Team
kane replied 6 months ago on October 19, 2024 10:38 AM
Ok i am connecting to solve your issue.
Kane
Support Team
Hamza Amireh replied 6 months ago on October 19, 2024 9:43 AM
i have deleted the content of the derived folder, same issue didnt work
kane replied 6 months ago on October 19, 2024 8:43 AM
Sorry but we cant give you ios debug app.
Try Below solution to fix your issue
Deleting the derived data can help fix this issue.
To do this, go to Xcode > Preferences > Locations, and click on the arrow next to the Derived Data path. Delete the contents of that folder.
Kane.
kane replied 6 months ago on October 19, 2024 7:27 AM
Please try the solutions I provided to fix your iOS build issue. If these solutions don't work, feel free to contact us.
Kane.
kane replied 6 months ago on October 19, 2024 5:54 AM
Hello can you please share anydesk so i can help you.
Hamza Amireh replied 6 months ago on October 19, 2024 5:37 AM
I did exactly what you instruct me to do, i also tried it in fresh copy of the flutter app, but unfortunately i got the same error, " Error (Xcode): Undefined symbols:
Error (Xcode): Linker command failed with exit code 1 (use -v to see invocation)".
Is this something related to xcode settings and the profile used in xcode?
ATTACHED FILES
Kiera replied 6 months ago on October 19, 2024 4:27 AM
Hello ,
step 1 : please delete .symlinks folder, pod folder and pod.lock file
step 2 : run below commands
1) flutter clean
2) flutter pub get
3) cd ios
4) pod install
Thanks & Regards,
Kiera.
Hamza Amireh replied 6 months ago on October 18, 2024 8:50 AM
yes after changing the podfile IOS version to 13.0 and running podinstall, i tried to run the main.dart file on my iphone simulator and got the error in the screenshot
ATTACHED FILES
Kiera replied 6 months ago on October 18, 2024 5:18 AM
Hello can you please share screenshot for the same?
Thanks & Regards,
Kiera.
Hamza Amireh replied 6 months ago on October 17, 2024 5:18 PM
I have changed the podfile IOS from 12.0 to 13.0 and then made a podinstall, and now i dont get the same error, but i got a new one and it says: "Error (Xcode): Undefined symbols:
Error (Xcode): Linker command failed with exit code 1 (use -v to see invocation)". can you please tell me how to fix this