I have a music flutter app and now i am implementing the native player code in swift the app is integrated with spotify ios sdk.
i am trying to run and the spotify connect function is not working on IOS 13.6 phone, i saw that IOS 13+ later versions need SceneDelegate.
Now i am stuck at how to add the Flutter method handler in SceneDelegate.
When i add the Flutter method handler on SceneDelegate i get the below error it will be stuck at a breakpoint wont execute next.
I'm trying to make a simple video viewfinder by following AVFoundation documentation. The app terminates every time it is launched. How do I resolve this particular error?
Thread 1: EXC_BREAKPOINT (code=1, subcode=0x102d3c320)