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

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:=

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?

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.

1 Like

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.