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