Samsung / cordova-plugin-toast

Cordova plugin that provides TV Specific functionalities.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

imposible build tizen and webos, no problem with orsay

Alitowin opened this issue · comments

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

  > [ 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

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

  > [ 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

Please note below.

  1. On WebOS, recommended maximum icon size is 80x80.

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

help please, sectv-prepare work and create a new folder in platforms, but build command do not work.

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.

https://hathaway.cc/2008/06/how-to-edit-your-path-environment-variables-on-mac/

If you have an issue still, please let me know.