react-native-admob-native-ads
react-native-admob-native-ads copied to clipboard
Undefined symbol: __swift_FORCE_LOAD_$_swift_Builtin_float
I added the react-native-admob-native-ads(0.7.6) , it is working fine for android but for ios it gives these error during building the project
Undefined symbol: _swift_FORCE_LOAD$_swift_Builtin_float Undefined symbol: _swift_FORCE_LOAD$_swift_errno Undefined symbol: _swift_FORCE_LOAD$_swift_math Undefined symbol: _swift_FORCE_LOAD$_swift_signal Undefined symbol: _swift_FORCE_LOAD$_swift_stdio Undefined symbol: _swift_FORCE_LOAD$_swift_time Undefined symbol: _swift_FORCE_LOAD$_swiftsys_time Undefined symbol: _swift_FORCE_LOAD$_swiftunistd
Here are the version information:- xcode version - 15.4 react-native version - 0.72.13 mac os version - Sonoma 14.0
I tried many things, but it did not work. Please help me resolve this error.