audit_token_to_pid Undefined symbol

Viewed 599

trying to use audit_token_to_pid in objective c code . I have included #import <bsm/libbsm.h>

but when I build the project i am seeing following build error : Undefined symbol: _audit_token_to_pid

may be I require some library but not sure how to resolve this ??

1 Answers
Related