Symbol not found : Crash app on real device debug

Please help me , I search to many forum but didn't find solution . I try to develop app with map function on IOS 12.5.7 , but when I run keep said symbol not found. I try to change IOS deployment target at PODS to 12.4 , said different symbol error. I tried in IOS 15.2 device work well.

this error when I choose Pods IOS Deployment target to 15.4

this error when I choose Pods IOS Deployment target to 12.4

I used Xcode 13.3.1 debug on iPhone 6 IOS 12.5.7. I also setting on Runner IOS Deployment Target to : 12.4

Do you get warnings when compiling?

no error when compiling , only crash when apps open.

If you take a look at the documentation for that symbol, it says it is from iOS 14.0+.

what i should to do ? can you guys help me . Thank you

Do you get warnings when compiling?

Why you give same question dude ?i have answer your question

I asked if you have any warnings, and you replied that you didn’t have any errors. Errors and warnings are different. Based on AndyJJ’s note that that symbol is iOS 14 only, and as you’re compiling for iOS 12, you should get a warning from the compiler about that. So there are a couple of possibilities; one is that you are ignoring the warnings, in which case “naughty, don’t ignore the warnings!”, or for some reason the warning is not being generated, in which case that needs to be investigated, e.g. in your build settings.

P.S. Don’t post comments in this forum, always post replies; comments don’t generate email notifications, which is why I’ve not replied for a week.

Symbol not found : Crash app on real device debug
 
 
Q