Tizen Studio and Mac OS issues

I am able to run Tizen Studio (TS) 4.1 in Mac OS Big Sur 11.4.

Initial Problem in installing TS 4.1 -

  • on clicking installer, it’s asking for lots of Mac access for each package which is really frustrating
  • After allowing all packages, the Agreement page is frozen, and no way to move forward.

Solution -

Instead of installing Tizen Studio 4.1 with IDE installer, I choose Tizen Studio 4.1 with CLI(command line interface) installer.

You can follow the installation command from here

1 - Run the .bin file in the terminal where it is downloaded and follow the instructions.

./web-cli_Tizen_Studio_4.1_macos-64.bin --accept-license

2 - Once above command is successful, you can see Tizen Studio folder in Home Directory.

image

3 - Now go to directory $HOME/tizen-studio/package-manager in terminal

Install Native IDE

./package-manager-cli.bin install --accept-license --no-java-check NativeIDE

4 - Download packages that you need.

./package-manager-cli.bin show-pkgs

I was interested in wearable devices

./package-manager-cli.bin install --accept-license --no-java-check WEARABLE-6.0 WEARABLE-6.0-Emulator WEARABLE-6.0-WebAppDevelopment

5 - Boom, you can see TizenStudio launch icon, double click and click on template

Select the application profile

Mobile, wearable, TV

If the profile is not available, follow point 4.

Note: I also set up JAVA_HOME with version java 15.01 but I am not sure it has anything to do with it.

1 Like