Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-dev] macOS 10.15 notarization process

Hi all,

I think I’m also seeing a problem related to the notarization process[1]. Using macOS 10.15 beta (19A526h) I downloaded and attempted to run the Eclipse installer which resulted in the following message:

«Eclipse-inst-mac64.dmg» can’t be opened because Apple cannot check it for malicious software.

Best regards,
Torkild

[1] https://developer.apple.com/documentation/security/notarizing_your_app_before_distribution

> 1. aug. 2019 kl. 13:46 skrev Thomas Singer <ts-swt@xxxxxxxxxxx>:
> 
> Hello,
> 
> According to my information, macOS 10.15 does not accept simple signed applications any more, but requires a more complicated "notarization" process that requires the application to be signed with "hardened runtime".
> 
> I've successfully notarized our application, but it fails even on 10.14 with the following exception:
> 
> java.lang.NullPointerException
> 	at org.eclipse.swt.widgets.Composite._getChildren(Composite.java:99)
> 	at org.eclipse.swt.widgets.Composite.reskinChildren(Composite.java:979)
> 	at org.eclipse.swt.widgets.ToolBar.reskinChildren(ToolBar.java:716)
> 	at org.eclipse.swt.widgets.Widget.reskin(Widget.java:423)
> 	at org.eclipse.swt.widgets.Widget.setData(Widget.java:1704)
> 
> Did someone already got a non-trivial Java/SWT application signed/notarized correctly for macOS 10.15 that also runs without problems?
> 
> -- 
> Best regards,
> Thomas Singer
> =============
> syntevo GmbH
> https://www.syntevo.com
> https://www.syntevo.com/blog
> _______________________________________________
> platform-dev mailing list
> platform-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/platform-dev



Back to the top