I included libIOKit.A.dylib library to my Xcode project using Target section of the project as shown in the below image. The project was built and worked fine and I\'m getting s
The private framework IOKit built for the Simulator doesn’t exist, so it won’t work there. This library just work on iPad or iPhone.