Both BundleObjFile.NonStandardBundleExt and BundleObjFile.GetRawBundleResourceContainer fail when built natively on an ARM macOS machine.
Tested specs:
- OS: macOS Monterey (12.1)
- CPU: Apple M1 Pro
- Compiler: AppleClang 13.0.0.13000029
Both failing tests fail in the same way; they throw a cppmicroservices::InvalidMachOException with the following message: "Not a compatible Mach-O file or fat binary".
Both
BundleObjFile.NonStandardBundleExtandBundleObjFile.GetRawBundleResourceContainerfail when built natively on an ARM macOS machine.Tested specs:
Both failing tests fail in the same way; they throw a
cppmicroservices::InvalidMachOExceptionwith the following message: "Not a compatible Mach-O file or fat binary".