bummer.
i had to symlink liblaunch.dylib from the system to the SDK, but when i link to liblaunch.dylib, i get this:
Undefined symbols:
"launch_data_array_get_count(_launch_data*)", referenced from:
CheckInWithLaunchd(__aslclient*, __aslmsg*, char const**)in BetterAuthorizationSampleLib.o
"launch_data_get_errno(_launch_data*)", referenced from:
CheckInWithLaunchd(__aslclient*, __aslmsg*, char const**)in BetterAuthorizationSampleLib.o
"launch_data_array_get_index(_launch_data*, unsigned long)", referenced from:
CheckInWithLaunchd(__aslclient*, __aslmsg*, char const**)in BetterAuthorizationSampleLib.o
"launch_data_new_string(char const*)", referenced from:
CheckInWithLaunchd(__aslclient*, __aslmsg*, char const**)in BetterAuthorizationSampleLib.o
"launch_msg(_launch_data*)", referenced from:
CheckInWithLaunchd(__aslclient*, __aslmsg*, char const**)in BetterAuthorizationSampleLib.o
"launch_data_dict_lookup(_launch_data*, char const*)", referenced from:
CheckInWithLaunchd(__aslclient*, __aslmsg*, char const**)in BetterAuthorizationSampleLib.o
CheckInWithLaunchd(__aslclient*, __aslmsg*, char const**)in BetterAuthorizationSampleLib.o
"launch_data_free(_launch_data*)", referenced from:
CheckInWithLaunchd(__aslclient*, __aslmsg*, char const**)in BetterAuthorizationSampleLib.o
CheckInWithLaunchd(__aslclient*, __aslmsg*, char const**)in BetterAuthorizationSampleLib.o
"launch_data_dict_get_count(_launch_data*)", referenced from:
CheckInWithLaunchd(__aslclient*, __aslmsg*, char const**)in BetterAuthorizationSampleLib.o
"launch_data_get_fd(_launch_data*)", referenced from:
CheckInWithLaunchd(__aslclient*, __aslmsg*, char const**)in BetterAuthorizationSampleLib.o
"launch_data_get_type(_launch_data*)", referenced from:
CheckInWithLaunchd(__aslclient*, __aslmsg*, char const**)in BetterAuthorizationSampleLib.o
CheckInWithLaunchd(__aslclient*, __aslmsg*, char const**)in BetterAuthorizationSampleLib.o
CheckInWithLaunchd(__aslclient*, __aslmsg*, char const**)in BetterAuthorizationSampleLib.o
CheckInWithLaunchd(__aslclient*, __aslmsg*, char const**)in BetterAuthorizationSampleLib.o
ld: symbol(s) not found
collect2: ld returned 1 exit status