Wiced Studio on macOS

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
JuCo_4249261
Level 3
Level 3
First like received Welcome!

I'm having a probelm installing Wiced Studo on my Mac, I’m trying to install Version 6.4.0.61, here is the error I get:

wicedIssue-1.png

I’m running macOS Catalina, version 10.15.1

Is there a known issue with Catalina?

Thanks!

0 Likes
1 Solution
JuCo_4249261
Level 3
Level 3
First like received Welcome!

I've fixed the issue. I had to add to make the install files executable.

Run the following command: chmod +x WICED-Studio-6.4.0.61-IDE-Installer.app/Contents/MacOS/*

View solution in original post

6 Replies
user_2177781
Level 5
Level 5
25 likes received 10 likes received 5 likes given

Have you used the xattr command?

Run the command below using Terminal window:

  > xattr -r -d com.apple.quarantine <path>/WICED-Studio-X.X.X.X-IDE-Installer.app

0 Likes

Hi, Thanks for your suggestion. Yes I've run the xatt command. I followed the instructions in this post exactly:
https://community.cypress.com/docs/DOC-17734

Has anyone tried this with macOS Catalina?

0 Likes

Can you attach the install log from the %tmp%\wiced_install_log folder.

Someone on the Applications team will take a look.

SaranjitG_41AndyJ_06

0 Likes

Hi,

Java versions 9.x or higher are not supported by WICED SDK. Please check Additional Installation notes tab in WICED-Studio 6.4.0 Installer (OSX)

If your Java version is below 9.x and still facing the issue, please share us the install logs as MichaelF_56​ suggested.

Thanks.

Hi,

I'm running java 1.8

java version "1.8.0_231"

Java(TM) SE Runtime Environment (build 1.8.0_231-b11)

Java HotSpot(TM) 64-Bit Server VM (build 25.231-b11, mixed mode)

There is no install log. The error is that the installer can't be opened.

The temp location I looked in was $TMPDIR/ do you have a different path I should check?

Thanks

0 Likes
JuCo_4249261
Level 3
Level 3
First like received Welcome!

I've fixed the issue. I had to add to make the install files executable.

Run the following command: chmod +x WICED-Studio-6.4.0.61-IDE-Installer.app/Contents/MacOS/*