Adding a watch app to a Flutter iOS application
问题 I have come across an issue when trying to create a Flutter iOS app with a watch app extension. For testing I have simply created a default Flutter app using flutter create watchapp When this is run I get the standard demo Flutter app. If I then open the ios/Runner.xcworkspace project in Xcode and add a new target to the project (File->New->Target) and selecting watchOS->Watchkit App it will generate the watch app. The problem I have come across is when running the app again (with flutter run