NSExecutableErrorMinimum
The beginning of the range of error codes reserved for errors related to executable files.
実行可能ファイルに関連するエラーのために予約されるエラーコードの範囲の始まり。
NSExecutableArchitectureMismatchError
The executable doesn’t provide an architecture compatible with the current process.
実行可能ファイルは、現在のプロセスと互換性のあるアーキテクチャを提供しません。
NSExecutableLinkError
The executable failed due to linking issues.
実行可能ファイルは、リンク問題のため失敗しました。
NSExecutableLoadError
Executable cannot be loaded for an otherwise-unspecified reason.
実行可能ファイルは、それ以外では指定されない理由のためにロードされることができません。
NSExecutableNotLoadableError
The executable type isn’t loadable in the current process.
実行可能型は、現在のプロセスにおいてロード可能ではありません。
NSExecutableRuntimeMismatchError
The executable has Objective-C runtime information that’s incompatible with the current process.
実行可能ファイルは、現在のプロセスと非互換であObjective-Cランタイム情報を持ちます。