How to solve libjvm.dylib problem when installing SPSS 26 in macOS Big Sur

How to solve libjvm.dylib problem when installing SPSS 26 in macOS Big Sur.

When you install SPSS 26 in macOS Big Sur you will prompt the window like this: “libjvm.dylib” can’t be opened because its integrity cannot be verified. This software needs to be updated. Contact the developer for more information. This file was downloaded on an unknown date.

To solving this issue just follow the following steps:

1. Open Terminal

2. Change directory to the folder that contain SPSS 26 iso or dmg file. for example: the SPSS 26 located in the Downloads folder you just simply copy the folder directory and then type the command in Terminal like this:

cd "/Users/user/Downloads/SPSS/SPSS 26 Mac"

(Please note this is my directory, you can change to your directory)

Then type:

ls

You'll see the IBM SPSS files.

3. Then type:

xattr -d

com.apple.quarantine SSC26.0_MAC_OS_M__ISO_VERSION_.iso

If your file is dmg extension you just simply use dmg as extension.

Now you can install IBM SPSS without issues.

Enjoy your day!

Comments

  1. Hi, I have tried to use this workaround to install SPSS on my MacBook but I am getting the response from the terminal:

    zsh: permission denied:

    if you could advise me further that would be amazing, thank you in advance.

    ReplyDelete
  2. What version of SPSS you want to install?

    ReplyDelete
  3. Mine says permission deneidntoo trying to download 26 on big sur

    ReplyDelete
  4. same error while trying to download SPSS on macOS Monterey. Kindly help

    ReplyDelete
  5. it didnt work for me... I got the following

    xattr -d com.apple.quarantine SSC26.0_MAC_OS_M__ISO_VERSION.iso
    xattr: SSC26.0_MAC_OS_M__ISO_VERSION.iso: No such xattr: com.apple.quarantine
    Johns-Air:IBM_SPSS_Statistics_26.0_IF006_macOS seunjohn$ xattr -h com.apple.quarantine SSC26.0_MAC_OS_M__ISO_VERSION.iso
    usage: xattr [-l] [-r] [-s] [-v] [-x] file [file ...]
    xattr -p [-l] [-r] [-s] [-v] [-x] attr_name file [file ...]
    xattr -w [-r] [-s] [-x] attr_name attr_value file [file ...]
    xattr -d [-r] [-s] attr_name file [file ...]
    xattr -c [-r] [-s] file [file ...]

    The first form lists the names of all xattrs on the given file(s).
    The second form (-p) prints the value of the xattr attr_name.
    The third form (-w) sets the value of the xattr attr_name to the string attr_value.
    The fourth form (-d) deletes the xattr attr_name.
    The fifth form (-c) deletes (clears) all xattrs.

    options:
    -h: print this help
    -l: print long format (attr_name: attr_value and hex output has offsets and
    ascii representation)
    -r: act recursively
    -s: act on the symbolic link itself rather than what the link points to
    -v: also print filename (automatic with -r and with multiple files)
    -x: attr_value is represented as a hex string for input and output

    ReplyDelete

Post a Comment