skip to Main Content

my xcode_backend.dart file has errors when trying to run my application

When trying to run my flutter program, i'm getting the following errors: Unhandled exception: Null check operator used on a null value #0 Context.embedFlutterFrameworks (file:///Users/mustafa/flutter/packages/flutter_tools/bin/xcode_backend.dart:235:68) #1 Context.run (file:///Users/mustafa/flutter/packages/flutter_tools/bin/xcode_backend.dart:59:9) #2 main (file:///Users/mustafa/flutter/packages/flutter_tools/bin/xcode_backend.dart:17:5) #3 _delayEntrypointInvocation.<anonymous closure> (dart:isolate-patch/isolate_patch.dart:295:33) #4 _RawReceivePort._handleMessage (dart:isolate-patch/isolate_patch.dart:184:12) Command PhaseScriptExecution…

VIEW QUESTION
Back To Top
Search