API Collection | XPC
Browse debugging utilities and constants to use with the XPC APIs.
Debug Functions
- xpc_debugger_api_misuse_info())
func xpc_debugger_api_misuse_info() -> UnsafePointer<CChar>!— Returns a pointer to a string that describes the reason XPC aborts the calling process.
Version Details
- XPC_API_VERSION
var XPC_API_VERSION: Int32— The version of the XPC API. - IPHONE_SIMULATOR_HOST_MIN_VERSION_REQUIRED
var IPHONE_SIMULATOR_HOST_MIN_VERSION_REQUIRED: Int32— The minimum required Simulator host version.
See Also
Additional Types
IPHONE_SIMULATOR_HOST_MIN_VERSION_REQUIRED
Global Variable | XPC
The minimum required Simulator host version.
var IPHONE_SIMULATOR_HOST_MIN_VERSION_REQUIRED: Int32 { get }
See Also
Version Details
XPC_API_VERSION
Global Variable | XPC
The version of the XPC API.
var XPC_API_VERSION: Int32 { get }
See Also
Version Details
xpc_debugger_api_misuse_info()
Function | XPC
Returns a pointer to a string that describes the reason XPC aborts the calling process.
func xpc_debugger_api_misuse_info() -> UnsafePointer<CChar>!
A pointer to the human-readable string describing the reason the caller was aborted. If XPC was not responsible for the program’s termination, NULL will be returned.