Closed JulienDev closed 9 months ago
Hello! Could you give more details? Which version of Flutter do you use, and which kind of processor do you have? btw, the fastest fix of following error, is delete folder and clone it again Encountered error while building for simulator.
sh scripts/switch_target.sh tvos '_ios' already exists or 'tvos'/'ios' does not exist cd ios fvm flutter pub get
Hello Sasha, I've been following your Apple TV Flutter journey since the beginning and you are doing an awesome job 👏🏻 Today I wanted to give it a try, so I followed both Medium and Readme instructions but unfortunately, I'm not able to launch your demo on TV simulator. When I click on run in Xcode I get the following error message without more details: Command PhaseScriptExecution failed with a nonzero exit code
When I look at the output of
sh scripts/run_apple_tv.sh
I see something that could explain the problem but I'm not sure if it's the root cause or how to fix it:PathNotFoundException: Cannot open file, path = '/Users/juliendev/Downloads/flutter_tv/build/ios/Debug-iphonesimulator/App.framework/flutter_assets/kernel_blob.bin' (OS Error: No such file or directory, errno = 2)
Thanks for your help 🙏🏻