DenisovAV / flutter_tv

233 stars 40 forks source link

Xcode Version 14.1 unable to run throws an error #4

Closed nohaelsheweikh closed 1 year ago

nohaelsheweikh commented 1 year ago

Command PhaseScriptExecution failed with a nonzero exit code

nohaelsheweikh commented 1 year ago

solved by uncomment the following echo " └─Copy resourcse (images & fonts)" mkdir -p "$OUTDIR/App.framework/flutter_assets" cp -v -R "$PROJECT_DIR/tvos_flutter_assets/flutter_assets" "$OUTDIR/App.framework"