DenisovAV / flutter_tv

232 stars 40 forks source link

Getting error in Flutter Engine for iOS #2

Closed pratikbutani closed 1 year ago

pratikbutani commented 2 years ago

Hey, @DenisovAV Thank you for your demo. I have tried to run it on Android TV and it's successfully running without any issue.

Now I am trying to run on iOS TV by setting up the Flutter engine but I am getting errors and maybe there is an error in the path.

I have changed the path into run_apple_tv.sh

export FLUTTER_LOCAL_ENGINE=/Users/Aleksandr_Denisov/Work/original_engine/src

but I didn't find src in my flutter engine which I downloaded from here

Can you please tell me what I can do here?

DenisovAV commented 2 years ago

Hi @pratikbutani, sorry for the delayed answer. The path should be to a folder, where you decompress the downloaded archive. There shouldn't be an 'src' folder, there should be 'out' folder. For example, you download the engine to "/Users/pratikbutani/Downloads", and you can see 'out' folder there, the path shold be FLUTTER_LOCAL_ENGINE=/Users/pratikbutani/Downloads