Debugging Ios App Extension in Flutter app

491 views Asked by At

I am writing a flutter application, but I needed to write a ios application extension in the native part. I think there might be a bug and I'm debugging this target. I selected the extension I needed as a target for launching, made a debug scheme for it, selected the application with which the extension would be launched, and launched it. Next I got an error about not being able to run flutter without a debugger:

To launch in debug mode in iOS 14+, run flutter run from Flutter tools, run from an IDE with a Flutter IDE plugin or run the iOS project from Xcode. Alternatively profile and release mode apps can be launched from the home screen.

Is there any way to debug ios extensions for flutter app?

0

There are 0 answers