NSExecutableErrorMinimum
The beginning of the range of error codes reserved for errors related to executable files.
実行可能ファイルに関連するエラーのために予約されるエラーコードの範囲の始まり。
NSExecutableErrorMaximum
The end 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.
実行可能ファイルは、それ以外では指定されない理由のためにロードされることができません。
NSExecutableRuntimeMismatchError
The executable has Objective-C runtime information that’s incompatible with the current process.
実行可能ファイルは、現在のプロセスと非互換であObjective-Cランタイム情報を持ちます。