Post

Replies

Boosts

Views

Activity

Signed and notarized app suddenly requires macOS 10.15 or later to run
Hi there, After months of fixing issues and being able to sign all single file in our application and finally notarizing it to remove the "malicious software" warning pop up message when opening the installer, some of our users are complaining about a "This application requires macOS 10.15 or later to run". Is this because now our application is signed using Entitlements? Being notarized implies to be run on macOS 10.15 or later? If anyone can give us a hint we will be thankful.
2
0
637
Jan ’21
Apple analytics native crash loading Avalonia dylib on macOS Ventura public beta 1
Hello there, Since I updated from Monterey (public Beta) to Ventura (public Beta) I am experiencing a native crash that it's like Apple's analytics is crashing when Avalonia tries to load an image (libAvaloniaNative.dylib). If I execute /Library/Frameworks/Mono.framework/Versions/6.12.0/bin/mono64 foo.exe (this is how VS for mac runs my application) my program runs with no issues, but if I execute /Library/Frameworks/Mono.framework/Versions/Current/bin/mono-sgen64 foo.exe (this is how Jetbrains Rider runs my application), then I get a native crash. The funny thing is that mono64 is an alias to mono-sgen64. Same results if I run this from the Terminal. This is happening since I updated my macOS to the new Ventura beta version. It's like executing mono from an alias works, but executing mono from the binary doesn't. Can anyone tell me something I can try to fix or workaround this to be able to debug from Rider? Please find attached the mono crash report. Thanks a lot in advance mono-sgen64-2022-07-15-124127.txt
0
0
959
Jul ’22
Can't click on some areas of my apps on macOS Ventura
I've seen this issue all across the internet. I cannot click on the elements of a dropdown/combobox nor the elements of a context menu on the application I have in production for my clients. See this thread on Reddit where people complain of the same exact behaviour on other apps like Microsoft Excel or Spark: https://www.reddit.com/r/MacOSBeta/comments/xb3u0w/office_submenus_not_clickable_in_ventura_thoughts/ I've also seen on my modal windows that the events it receives apply to the parent window. For example a mouse over event will be triggered when my mouse is over the parent window when it should only be triggered when the mouse is over the modal window. Is there a thing Apple will fix before the official macOS Ventura release date or there is something developers should know to fix it by ourselves? This is kinda serious. Please help. Thanks a lot.
4
0
1.6k
Sep ’22