-
Notifications
You must be signed in to change notification settings - Fork 30.1k
Description
Latest status: #47928 (comment)
@lesnitsky commented on Dec 24, 2019, 4:08 PM UTC:
I'm trying to build Flutter.framework for tvOS and getting this error. Is there a way to workaround this issue?
This issue was moved by devoncarew from dart-lang/sdk#39918.
It would involve code changes in the buildroot, and some changes to Dart and Skia (if we aren't totally off Skia and onto Impeller by then).
Most of the work would be adding an entirely new embedder in the engine, as well as test harnesses. We are working on some refactoring in the Flutter engine that should, in theory, allow more code to be shared between macOS, iOS, and future embedders like tvOS or watchOS. I would also expect some new fresh gotchas around platform view and threading models.
To get it working from flutter_tool and not just Xcode, wireless debugging would also be a prerequisite since there is no USB tether option on the TV. Once that's done, it would need to be added a …