Use the Class-dump and dumpframeworks.pl tools to guide the iOS framework first. Here are the tools: class-dumphttp://www.codethecode.com/projects/class-dump/dumpframeworks.pl The original is not available, I found in the other people's jailbreak program on GitHub. Put the downloaded class-dump into the usr/local/bin. Suppose '/usr/local/bin ' does not know where to open the folder by entering ' Open-a Finder/usr/local/bin ' under Terminal. This Bin folder is the location of all command-line executable files, not necessarily this folder , depends on the respective system. Because the version number path to the iOS library in dumpframeworks.pl may not necessarily be correct. So you have to manually correct it. It is possible to run the dumpframeworks.pl directly with terminal.
will be all over the header file. Put it in the User/headers directory. will want to use the header file, composed of Xxx.framework/headers style.
Import Project. But bulidsetting set the framework's search path to set the true private library path, because we want to use its executable file, only the header file is not possible. For example:/applications/xcode.app/contents/developer/platforms/iphoneos.platform/developer/sdks/iphoneos7.0.sdk/ System/library/privateframeworks so that the private library of iOS can be called successfully with his private library and get machine udid.
iOS Private API Usage