Search Unity

Don't see default.profiles.path when entering tizen cli-config in terminal?

Discussion in 'Tizen' started by kunalxigxag, Jan 23, 2017.

  1. kunalxigxag

    kunalxigxag

    Joined:
    Aug 7, 2014
    Posts:
    9
    Hi

    am entering this command below in terminal -

    ./tizen-studio/tools/ide/bin/tizen cli-config -l

    And after that i see this,

    default.build.architecture=x86

    default.build.compiler=llvm

    default.build.configuration=Debug

    default.sdb.timeout=60000

    I dont see any default.profiles.path
    So, this is the reason when i enter command -

    ./tizen-studio/tools/ide/bin/tizen cli-config default.profiles.path = ./Users/kunalverma/Documents/tizenProjects/workspace/.metadata/.plugins/org.tizen.common.sign/profiles.xml

    I see reply as

    Error: configuration must be specified in the form:<key>=<value>

    I installed the tizen sdk with IDE installer and after that i am following the instructions here - https://docs.unity3d.com/Manual/tizen-setup.html
    I read a similar thread but that was for windows and someone from samsung or unity suggested doing it from the inside the project folder. I didnt correctly get what to do from inside project folder and i am on mac.
    Has anyone faced such an issue?
    Don't know what am doing wrong or what is happening wrong?
     
  2. Masterfalcon

    Masterfalcon

    Unity Technologies

    Joined:
    Dec 29, 2014
    Posts:
    364
    Try removing the spaces before and after the =
    Also remove the period before /Users. IF that also fails try putting the path /Users/kunalverma/Documents/tizenProjects/workspace/.metadata/.plugins/org.tizen.common.sign/profiles.xml in quotes.
     
    kunalxigxag likes this.
  3. kunalxigxag

    kunalxigxag

    Joined:
    Aug 7, 2014
    Posts:
    9
    So cool. Removing the space before and after the = , worked for me. Was stuck for 2 days on this. Thanks. I hope this thread helps others too.