nicolarigoni
nicolarigoni
Thanks for the test @darshankawar the file path is not a must component as you can see for now I use it only to check that args are correctly passed....
@darshankawar I have tried to run in -v mode but nothing more than the error The app has Benn launched but quit immediately and the Mac shows the alert Runner...
@darshankawar I have noticed if I launch the app also without the native view implementation the error: [ERROR:flutter/shell/platform/darwin/graphics/FlutterDarwinContextMetalImpeller.mm(42)] Using the Impeller rendering backend. is shown anywhere. So I think that...
@darshankawar can you explain how can I switch to latest master? Thanks
@darshankawar I have switched to master ``` Flutter is already up to date on channel master Flutter 3.22.0-8.0.pre.23 • channel master • https://github.com/flutter/flutter.git Framework • revision 557fbf5167 (4 minutes ago)...
@darshankawar yes of course this is a new empty project with only the native view implementation. The behavior is the same. Crash at start with no logs. https://github.com/nicolarigoni/flutter-test If you...
@darshankawar I'm using iOS 17 and testing on Simulator with Xcode 15.0. I made a test to clone my repo on a different Mac to make a test. But the...
@darshankawar Thanks. It seams impossible that is not replicable even tested on another mach with all fresh install and same behavior. Hope in some support on this
Hi, @jmagman thanks for support. Yes with this method I can see that the problem I think is here: ``` *** Assertion failure in -[FlutterEngine registrarForPlugin:], FlutterEngine.mm:1327 *** Terminating app...
@jmagman @darshankawar It seams that I make ti work the problem was in the AppDelegate that the two registration mast have two different name even if I don't understand why...