This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Arm mobile studio not work in OSX (or all ?)

Guys, hello, but your studio does not start (I have OSX) and after installation, (I downloaded and unpacked) I registered the paths in the file as it was mentioned in the readme. After that, I tried to start (by writing sudo spctl --master-disable first) to the streamline and the Graphics analyzer - nothing started: the streamliner got lost and disappeared, and the analyzer showed the following error

After that, I read how to correct this error and put the following line into info.plist:

<key>Eclipse</key>
<array>
<!-- to use a specific Java version (instead of the platform's default) uncomment one of the following options,
or add a VM found via $/usr/libexec/java_home -V
<string>-vm</string><string>/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Commands/java</string>
<string>-vm</string><string>/Library/Java/JavaVirtualMachines/1.8.0.jdk/Contents/Home/bin/java</string>
-->
<string>-keyring</string>

I rewrote this way:

<key>Eclipse</key>
<array>

<string>-vm</string><string>/Library/Java/JavaVirtualMachines/jdk-10.jdk/Contents/Home/bin</string>
-->
<!-- to use a specific Java version (instead of the platform's default) uncomment one of the following options,
or add a VM found via $/usr/libexec/java_home -V
<string>-vm</string><string>/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Commands/java</string>

<string>-keyring</string>

, after that the program did not work, but showed a different error, the program recorded it in the log, which I attached to this post. But nothing has earned. Here is a problem

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
!SESSION 2019-04-20 15:23:18.257 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.8.0_60
java.vendor=Oracle Corporation
BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_US
Framework arguments: -keyring /Users/sergeiloskutnikov/.eclipse_keyring
Command-line arguments: -os macosx -ws cocoa -arch x86_64 -data @user.home/.aga_workspace_5.2.0 -keyring /Users/sergeiloskutnikov/.eclipse_keyring
!ENTRY org.eclipse.equinox.p2.publisher.eclipse 4 0 2019-04-20 15:23:22.428
!MESSAGE Unable to acquire PluginConverter service during generation for: /private/var/folders/f1/f5b0cbrn3kz08pw4sh_l64h40000gn/T/AppTranslocation/63B0A678-8588-401B-A6B3-C364AA629710/d/Graphics Analyzer.app/Contents/Eclipse/plugins/MIT.jar.
!ENTRY org.eclipse.equinox.p2.publisher.eclipse 4 0 2019-04-20 15:23:22.466
!MESSAGE Unable to acquire PluginConverter service during generation for: /private/var/folders/f1/f5b0cbrn3kz08pw4sh_l64h40000gn/T/AppTranslocation/63B0A678-8588-401B-A6B3-C364AA629710/d/Graphics Analyzer.app/Contents/Eclipse/plugins/MIT.jar.
!ENTRY org.eclipse.equinox.p2.publisher.eclipse 4 0 2019-04-20 15:23:22.497
!MESSAGE Unable to acquire PluginConverter service during generation for: /private/var/folders/f1/f5b0cbrn3kz08pw4sh_l64h40000gn/T/AppTranslocation/63B0A678-8588-401B-A6B3-C364AA629710/d/Graphics Analyzer.app/Contents/Eclipse/plugins/MIT.jar.
!ENTRY org.eclipse.equinox.p2.publisher.eclipse 4 0 2019-04-20 15:23:22.523
!MESSAGE Unable to acquire PluginConverter service during generation for: /private/var/folders/f1/f5b0cbrn3kz08pw4sh_l64h40000gn/T/AppTranslocation/63B0A678-8588-401B-A6B3-C364AA629710/d/Graphics Analyzer.app/Contents/Eclipse/plugins/MIT.jar.
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

0