The executable type isn’t loadable in the current process.
SDKs
- iOS 2.0+
- macOS 10.5+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 7.1+
Framework
- Foundation
Declaration
var NSExecutableNotLoadableError: Int { get }
The executable type isn’t loadable in the current process.
SDKs
Framework
var NSExecutableNotLoadableError: Int { get }
var NSExecutable Error Minimum: Int
The beginning of the range of error codes reserved for errors related to executable files.
var NSExecutable Architecture Mismatch Error: Int
The executable doesn’t provide an architecture compatible with the current process.
var NSExecutable Runtime Mismatch Error: Int
The executable has Objective-C runtime information that’s incompatible with the current process.
var NSExecutable Load Error: Int
Executable cannot be loaded for an otherwise-unspecified reason.
var NSExecutable Link Error: Int
The executable failed due to linking issues.
var NSExecutable Error Maximum: Int
The end of the range of error codes reserved for errors related to executable files.