I am getting ios build with my flutter project. I don't get an error during build, but when I run it on the device, the white screen remains and it crashes. A file named 0__phtread_kill is opened in Xcode. In this line( 0x1baf969e8 <+8>: b.lo 0x1baf96a04 ; <+36>), there is such an error(Thread 8: "The Google Mobile Ads SDK was initialized without an application ID. Google AdMob publishers, follow instructions at https: //googlemobileadssdk.page.link/admob-ios-update-plist to set a valid application ID. Google Ad Manager publishers, follow instructions at https://googlemobileadssdk.page.link/ad-manager-ios-update-plist. "). Can someone explain simply how to fix the error?
2022-09-17 14:56:55.271408+0300 Runner[694:49769] Metal API Validation Enabled 2022-09-17 14:56:56.269968+0300 Runner[694:49968] * Terminating app due to uncaught exception 'GADInvalidInitializationException', reason: 'The Google Mobile Ads SDK was initialized without an application ID. Google AdMob publishers, follow instructions at https://googlemobileadssdk.page.link/admob-ios-update-plist to set a valid application ID. Google Ad Manager publishers, follow instructions at https://googlemobileadssdk.page.link/ad-manager-ios-update-plist.'
- First throw call stack: (0x18152dc9c 0x1986e1758 0x1815f74a0 0x102617cc4 0x1025c7254 0x102e44718 0x102e45f94 0x102e48798 0x102e57d90 0x102e586fc 0x1db4f9e48 0x1db4f99f0) libc++abi: terminating with uncaught exception of type NSException dyld4 config: DYLD_LIBRARY_PATH=/usr/lib/system/introspection DYLD_INSERT_LIBRARIES=/Developer/usr/lib/libBacktraceRecording.dylib:/Developer/usr/lib/libMainThreadChecker.dylib:/Developer/Library/PrivateFrameworks/DTDDISupport.framework/libViewDebuggerSupport.dylib
- Terminating app due to uncaught exception 'GADInvalidInitializationException', reason: 'The Google Mobile Ads SDK was initialized without an application ID. Google AdMob publishers, follow instructions at https://googlemobileadssdk.page.link/admob-ios-update-plist to set a valid application ID. Google Ad Manager publishers, follow instructions at https://googlemobileadssdk.page.link/ad-manager-ios-update-plist.' terminating with uncaught exception of type NSException (lldb)