Though I\'ve done some development in Java and and a little in C(++), I\'m totally new to Apple\'s Objective C and XCode.
Thus, I\'m totally stumped by the following
I believe you're correct in thinking that the IOKit framework isn't linked correctly. Here's how you can make sure:
If you've already added the IOKit framework to your project, then you just need to verify that it's part of the "Link Binary with Libraries" phase of the appropriate target. (Targets group > expand your target > Link Binary with Libraries). If it's not there but it's in your project, then you can either follow the steps above or simply drag and drop the framework from wherever it is in your groups and files tree.