DenisovAV / flutter_tv

230 stars 40 forks source link

tvOS running issue #36

Open rinsarmu opened 1 month ago

rinsarmu commented 1 month ago

image

I am facing an issue running my app in tvOS simulator I have copied the "scripts" folder from your example

My FLUTTER_LOCAL_ENGINE folder points to the ios_debug_sim_output folder (extracted folder) image

my project directory looks like this: image

Any insight would be greatly appreciated.

DenisovAV commented 1 month ago

scripts is not enough, you should copy tvos folder too

rinsarmu commented 1 month ago

Thank you for your assistance. I recently created a new Flutter application and added both scripts and tvOS. However, when I try to run the project, I encounter the following error: image

What I've Tried: 1.Cleaned the cache.

  1. Restored the machine. my folder structure look like this. image