You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Start preparing codes for Samsung Tizen Platform......
platforms/userconf.json
> [ Stored Information ]
> name : prueba
> package ID : 3wn2rc2e61
> version : 1.0.4
> description : prueba app tizen
? Already have 'userconf.json', Do you want to use this data? Yes
? Current version is 1.0.4. Application version: 1.0.5
Prepared at /Users/Alex/Desktop/toast/prueba/platforms/sectv-tizen/www
Start packaging Samsung Tizen TV Platform......
/bin/sh: tizen: command not found
Fatal error: The command "tizen" failed. Make sure you have the latest Tizen SDK installed, and the "tizen" command (inside the tools/ide/bin folder) is added to your path.
Start preparing codes for Webos TV Platform......
platforms/userconf.json
> [ Stored Information ]
> id : com.prueba.app
> name : prueba
> version : 1.0.0
> vendor : Alex
> resolution : 1920x1080
? Already have 'userconf.json', Do you want to use this data? Yes
? Current version is 1.0.0. Application version: 1.0.1
Prepared at /Users/Alex/Desktop/toast/prueba/platforms/tv-webos/www
Start packaging Webos TV Platform......
/bin/sh: ares: command not found
Fatal error: The command "ares" failed. Make sure you have the latest Webos SDK installed, and the "ares" command (inside the CLI folder) is added to your path.
node -v : 7.10.1
tizen studio
webos tv cli
The text was updated successfully, but these errors were encountered:
Hi there,
Can you check if you added path for tizen, ares command on mac?
"sectv-build" contains each tizen, ares command to build their own project.
For that reason, developer should add path for tizen, ares on mac.
iMac-2:prueba Alex$ grunt sectv-prepare:sectv-tizen
Running "sectv-prepare:sectv-tizen" (sectv-prepare) task
Start preparing codes for Samsung Tizen Platform......
platforms/userconf.json
? Already have 'userconf.json', Do you want to use this data? Yes
? Current version is 1.0.4. Application version: 1.0.5
Prepared at /Users/Alex/Desktop/toast/prueba/platforms/sectv-tizen/www
Done, without errors.
iMac-2:prueba Alex$ grunt sectv-build:sectv-tizen
Running "sectv-build:sectv-tizen" (sectv-build) task
Start packaging Samsung Tizen TV Platform......
/bin/sh: tizen: command not found
Fatal error: The command "tizen" failed. Make sure you have the latest Tizen SDK installed, and the "tizen" command (inside the tools/ide/bin folder) is added to your path.
iMac-2:prueba Alex$ grunt sectv-prepare:tv-webos
Running "sectv-prepare:tv-webos" (sectv-prepare) task
Start preparing codes for Webos TV Platform......
platforms/userconf.json
? Already have 'userconf.json', Do you want to use this data? Yes
? Current version is 1.0.0. Application version: 1.0.1
Prepared at /Users/Alex/Desktop/toast/prueba/platforms/tv-webos/www
Please note below.
Done, without errors.
iMac-2:prueba Alex$ grunt sectv-build:tv-webos
Running "sectv-build:tv-webos" (sectv-build) task
Start packaging Webos TV Platform......
/bin/sh: ares: command not found
Fatal error: The command "ares" failed. Make sure you have the latest Webos SDK installed, and the "ares" command (inside the CLI folder) is added to your path.
node -v : 7.10.1
tizen studio
webos tv cli
The text was updated successfully, but these errors were encountered: