iOS Private API Usage

Source: Internet
Author: User
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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.