Description: Please compile/build LibreOffice for macOS as arm64e binary rather than arm64 binary. See: Apple Developer: Preparing your app to work with pointer authentication Test your app against the arm64e architecture to ensure that it works seamlessly with enhanced security features. https://developer.apple.com/documentation/security/preparing_your_app_to_work_with_pointer_authentication Arm: Armv8-A architecture: 2016 additions: Pointer Authentication Code (PAC) https://community.arm.com/arm-community-blogs/b/architectures-and-processors-blog/posts/armv8-a-architecture-2016-additions See also: stackoverflow: Xcode arm64 Vs arm64e https://stackoverflow.com/questions/52624308/xcode-arm64-vs-arm64e Theos.dev – A cross-platform build system for creating iOS, macOS, Linux, and Windows programs: arm64e Deployment https://theos.dev/docs/arm64e-deployment Steps to Reproduce: % lipo -archs /Applications/LibreOffice.app/Contents/MacOS/soffice % /usr/sbin/system_profiler SPApplicationsDataType | grep -B0 -A7 "LibreOffice" Actual Results: % lipo -archs /Applications/LibreOffice.app/Contents/MacOS/soffice arm64 % /usr/sbin/system_profiler SPApplicationsDataType | grep -B0 -A7 "LibreOffice" LibreOffice: Version: 7.4.3.2 Obtained from: Identified Developer Last Modified: 07.12.22, 13:46 Kind: iOS Signed by: Developer ID Application: The Document Foundation (7P5S3ZLCN7), Developer ID Certification Authority, Apple Root CA Location: /Applications/LibreOffice.app Expected Results: % lipo -archs /Applications/LibreOffice.app/Contents/MacOS/soffice arm64e % /usr/sbin/system_profiler SPApplicationsDataType | grep -B0 -A7 "LibreOffice" LibreOffice: Version: 7.4.3.2 Obtained from: Identified Developer Last Modified: 07.12.22, 13:46 Kind: Apple Silicon Signed by: Developer ID Application: The Document Foundation (7P5S3ZLCN7), Developer ID Certification Authority, Apple Root CA Location: /Applications/LibreOffice.app Reproducible: Always User Profile Reset: No Additional Info: For comparison (the only Apple app, part of macOS, that is compiled as arm64e-only rather than as a Universal Binary (x86_64 arm64e), all other Apple apps of the OS seem to be build als Univeral Binary (x86_64 arm64e) – which might change in the future in favor of arm64e-only): % lipo -archs /System/Library/CoreServices/Rosetta\ 2\ Updater.app/Contents/MacOS/Rosetta\ 2\ Updater arm64e % /usr/sbin/system_profiler SPApplicationsDataType | grep -B0 -A7 "Rosetta 2 Updater" Rosetta 2 Updater: Version: 1.0 Obtained from: Apple Last Modified: 02.12.22, 12:37 Kind: Apple Silicon Signed by: Software Signing, Apple Code Signing Certification Authority, Apple Root CA Location: /System/Library/CoreServices/Rosetta 2 Updater.app
Christian/Stephan: thought you might be interested in this one since it concerns macOS build.
So 7.5 is delivered as arm64, not arm64e so setting as confirmed