Trying to build my app on iOS and it was workign fine then maybe an update broke the barcode scanner. OR am I missing somehti in this error:
While building module 'google_mobile_ads':
In file included from <module-includes>:1:
In file included from /Users/mike_jones/Documents/development/projects/vaygo_bingo/build/ios/Debug-iphonesimulator/google_mobile_ads/google_mobile_ads.framework/Headers/google_mobile_ads-umbrella.h:13:
In file included from /Users/mike_jones/Documents/development/projects/vaygo_bingo/build/ios/Debug-iphonesimulator/google_mobile_ads/google_mobile_ads.framework/Headers/FLTAdInstanceManager_Internal.h:15:
In file included from /Users/mike_jones/Documents/development/projects/vaygo_bingo/build/ios/Debug-iphonesimulator/google_mobile_ads/google_mobile_ads.framework/Headers/FLTAd_Internal.h:16:
In file included from /Users/mike_jones/Documents/development/projects/vaygo_bingo/build/ios/Debug-iphonesimulator/google_mobile_ads/google_mobile_ads.framework/Headers/FLTGoogleMobileAdsPlugin.h:21:
/Users/mike_jones/Documents/development/projects/vaygo_bingo/build/ios/Debug-iphonesimulator/google_mobile_ads/google_mobile_ads.framework/Headers/FLTMediationNetworkExtrasProvider.h:24:16: note: 'FLTMediationNetworkExtrasProvider' has been explicitly marked deprecated here
24 | __attribute__((deprecated))
| ^
2 warnings generated.
ld: warning: no platform load command found in '/Users/mike_jones/Documents/development/projects/vaygo_bingo/ios/Pods/MLKitBarcodeScanning/Frameworks/MLKitBarcodeScanning.framework/MLKitBarcodeScanning', assuming: iOS-simulator
Unhandled exception:
Null check operator used on a null value
#0 Context.embedFlutterFrameworks (file:///Users/mike_jones/Documents/development/flutter/packages/flutter_tools/bin/xcode_backend.dart:220:68)
xcode_backend.dart:220
#1 Context.run (file:///Users/mike_jones/Documents/development/flutter/packages/flutter_tools/bin/xcode_backend.dart:58:9)
xcode_backend.dart:58
#2 main (file:///Users/mike_jones/Documents/development/flutter/packages/flutter_tools/bin/xcode_backend.dart:17:5)
xcode_backend.dart:17
#3 _delayEntrypointInvocation.<anonymous closure> (dart:isolate-patch/isolate_patch.dart:313:33)
#4 _RawReceivePort._handleMessage (dart:isolate-patch/isolate_patch.dart:194:12)
Command PhaseScriptExecution failed with a nonzero exit code
warning: Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'gRPC-Core' from project 'Pods')
warning: Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'gRPC-C++' from project 'Pods')
warning: Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'abseil' from project 'Pods')
note: Run script build phase 'Run Script' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'Runner' from project 'Runner')
note: Run script build phase 'Thin Binary' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'Runner' from project 'Runner')
warning: Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'BoringSSL-GRPC' from project 'Pods')
Could not build the application for the simulator.
Error launching application on iPhone 16 Pro Max.