I have macOS Big Sur v11.3.1 and when I downloaded Tizen Studio 4.1 and run the installer, I can’t Accept terms, nor Cancel it nor close the installer app (unless from Dock). Tizen Studio installer window is just not clickable.
Please open a support request if you haven’t already created on.
Here is that the support team told me to try
We can follow the below steps-
First of all we have to make sure that we don’t have multiple Java installed on our pc. It can cause problems.
To check Java, please follow the below command-
This is the command to check all java versions installed:
“/usr/libexec/java_home -V”
To check which you are using currently:
“echo $JAVA_HOME”
From your terminal, try the below command-
sudo spctl --master-disable
If we do not have extra Java installed on the MAC, then we have to try to install Tizen Studio from CLI.
Please follow the below steps to install Tizen Studio from CLI-
Make the file executable using the command in terminal
chmod a+x web-cli_Tizen_Studio_4.1_macos-64.bin
Run the installer file and follow the instructions in the terminal.
./web-cli_Tizen_Studio_4.1_macos-64.bin
After the installation is finished only Baseline tools and package-manager are installed.
You have to open package-manager.app from installed location and install any one of the profiles for e.g mobile-6.0, wearable-6.0 to launch the IDE.
Also you may be able to install Tizen Studio with CLI.
None of the above steps are not 100% confirmed, we need to test this on different machines where the problem occurred so contact support and report it if it works or doesn’t.
I have the same problem as @istieng , followed all instructions above and package manager is not clickable.
Also, I had Tizen previously installed and working fine, and after the Big Sur update, the package manager got unresponsive.
Please open a support request with Developer Support and if they have solution report it here for others. It appears that the fix I posted works for most but not all. The more information they have the more likely it is they can solve it.