Sasha Denisov

Results 35 comments of Sasha Denisov

Could you check your flutter version, it should be 3.19.6. And it would be nice to have full log of execution of run_appletv.sh, looks like something went wrong during ios...

You have two options: 1) install fvm (you will be able to have more then one version of flutter) https://fvm.app/documentation/getting-started/installation 2) remove fvm command from all scripts (replace 'fvm flutter'...

Unfortunately, not all plugins work at apple tv from OOB, because tvos is not ios, sometimes you need to find workarounds, if you provide to me the list of your...

scripts is not enough, you should copy tvos folder too

Sorry for not answering, was absolutely overloaded, now I have time to support, could you tell, have you succeed?

Hello, at this moment the last supported flutter version is 3.19.6, you should install [fvm](https://fvm.app/documentation/getting-started/installation) and switch your flutter version for the project to 3.19.6 so you need to download...

Hi, you should unzip the files ios_debug_sim_unopt_arm64 and host_debug_unopt_arm64 to '/Users/me/code/apple-tv/flutter/out' folder and then update run_appletv.sh - export FLUTTER_LOCAL_ENGINE=/Users/me/code/apple-tv/flutter

Are you trying with 3.24.1 ?

In my case 'engine' folder is root folder for everything, 'engine/src' is folder of source code of engine, 'engine/src/out' is folder for compiled engine. You don't need source code, but...

1) Extract host_debug_unopt_arm64.zip to /Users/me/flutter-apple-tv-test/out/ there will be /Users/me/flutter-apple-tv-test/out/host_debug_unopt_arm64 2) Extract ios_debug_sim_unopt_arm64.zip to /Users/me/flutter-apple-tv-test/out/ there will be /Users/me/flutter-apple-tv-test/out/ios_debug_sim_unopt_arm64 3) Clone flutter_tv to /Users/me/flutter-apple-tv-test there will be /Users/me/flutter-apple-tv-test/flutter-tv 4) Modify FLUTTER_LOCAL_ENGINE=/Users/me/flutter-apple-tv-test...