I'd like to import runtime's header to use objc_msgSend but I'm getting:
error: NSObjCRuntime.h: No such file or directory
Should I add something to the header search path?
: a practical method or instruction. the how-tos of balancing a checkbook. also : something (such as a book) that provides such instruction.
noun, plural how-tos. a set of step-by-step instructions for accomplishing a certain task or reaching a certain objective: a how-to for fixing a leaky faucet.
wikiHow is a trusted knowledge resource for over 150 million monthly visitors spanning 230 countries.
You'll need to include <objc/message.h>
(you'll find the related headers in /usr/include/objc
) and link to the objc
(/usr/lib/libobjc.dylib
) library.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With