Site icon EfmSoft

What does macOS kernel return 0xDC00800F (kOSKextReturnArchNotFound) mean?

 
Previous Next
kOSKextReturnDependencies kOSKextReturnCache

kOSKextReturnArchNotFound

Architecture is a property of the kext executable

kOSKextReturnArchNotFound means that the requested kernel environment has no matching executable slice in the extension. It is not a generic statement that an application on the same Mac is incompatible: the loader evaluates the kext executable and the executable code of the extensions it must use.

This condition is separate from signing and policy. A properly signed bundle can still lack the required architecture, while an extension with the right architecture can later fail validation, authentication, dependency resolution, or system policy.

What to compare

References


Looking for a different code? Search another status or error code.

Exit mobile version