Author Topic: se_28000006_mac-arm.dmg install on Mac Arm Sonoma 14.1  (Read 2018 times)

JimGrohn

  • Junior Community Member
  • Posts: 8
  • Hero Points: 0
se_28000006_mac-arm.dmg install on Mac Arm Sonoma 14.1
« on: November 08, 2023, 11:22:59 PM »
When I try to start SlickEdit, OSX reports, "SlickEditPro2023 can’t be opened because Apple cannot check it for malicious software.  This software needs to be updated.  Contact the developer for more information."

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 7048
  • Hero Points: 535
Re: se_28000006_mac-arm.dmg install on Mac Arm Sonoma 14.1
« Reply #1 on: November 09, 2023, 12:26:55 AM »
The dmg is not notorized. The applications is code signed though.
 
Go to System Settings>Privacy & Security

Scroll down to Security. Set "Allow applications downloaded from" to "App Store and identified developers".

Below this setting you should see a message like this:
      "SlickEditPro2023" was blocked from use because it is not from an identifier developer.
Click "Open Anyway"

JimGrohn

  • Junior Community Member
  • Posts: 8
  • Hero Points: 0
Re: se_28000006_mac-arm.dmg install on Mac Arm Sonoma 14.1
« Reply #2 on: November 09, 2023, 12:38:21 AM »
Yes, that worked.   Thanks.

garion911

  • Senior Community Member
  • Posts: 203
  • Hero Points: 13
Re: se_28000006_mac-arm.dmg install on Mac Arm Sonoma 14.1
« Reply #3 on: March 05, 2025, 08:47:53 PM »
So I hit this myself today. I'm starting work at a new place, and they have a policy set to not allow unidentified developers. Unlikely to change it.  Anything i can do to work around it?

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 7048
  • Hero Points: 535
Re: se_28000006_mac-arm.dmg install on Mac Arm Sonoma 14.1
« Reply #4 on: March 06, 2025, 12:09:30 AM »
This might work:

Try the following:

   * Uninstall SlickEdit

   * Remove the quarantine attribute

         xattr -d com.apple.quarantine se_28000200_mac-arm.dmg

    * Install again with modified installer

     * Double click on application folder to run

SlickEdit installer is code signed and is identified. Code signing certificate was purchased from Apple. Not sure why Apple provides very poor messages.


garion911

  • Senior Community Member
  • Posts: 203
  • Hero Points: 13
Re: se_28000006_mac-arm.dmg install on Mac Arm Sonoma 14.1
« Reply #5 on: March 06, 2025, 03:01:27 AM »
That worked! It was the intel version... But really, what the hell apple?

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 7048
  • Hero Points: 535
Re: se_28000006_mac-arm.dmg install on Mac Arm Sonoma 14.1
« Reply #6 on: March 06, 2025, 01:29:08 PM »
That worked! It was the intel version... But really, what the hell apple?

Glad that worked!