Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

flutter : Error (Xcode): Undefined symbol: ___gxx_personality_v0

I am running a flutter project on the simulator but getting the error of Could not build the application for the simulator. Error launching application on iPhone 12. Exited (sigterm) Error (Xcode): Undefined symbol: ___gxx_personality_v0. I have tried all solutions of previously asked questions but nothing worked for me.

like image 310
Muhammad Umair Saqib Avatar asked Oct 19 '25 12:10

Muhammad Umair Saqib


1 Answers

I had the same problem with flutter_sound. It seems to be a linker issue. This solved the problem for me.

like image 197
Serge B. Avatar answered Oct 21 '25 04:10

Serge B.