Xcode 3.2.4 and 3.2.5 are cracked

Source: Internet
Author: User

Xcode cracking3.2.4 and 3.2.5 are the content to be introduced in this article. When we enter the topic, first closeXcodeOpen your command line terminal and copy and paste the following code:

 
 
  1. #!/bin/bash  
  2. cd /Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/Plug-ins/iPhoneOS\ Build\ System\ Support.xcplugin/Contents/MacOS/  
  3. dd if=iPhoneOS\ Build\ System\ Support of=working bs=500 count=255 
  4. printf “\x8f\x2a\x00\x00″ >> working  
  5. dd if=iPhoneOS\ Build\ System\ Support of=working bs=1 skip=127504 seek=127504 
  6. /bin/mv -n iPhoneOS\ Build\ System\ Support iPhoneOS\ Build\ System\ Support.original  
  7. /bin/mv working iPhoneOS\ Build\ System\ Support  
  8. chmod a+x iPhoneOS\ Build\ System\ Support 

Copy and paste the following code to the command line terminal: internet connection is required)

 
 
  1. mkdir /Developer/iphoneentitlements30  
  2. cd /Developer/iphoneentitlements30  
  3. curl -O http://www.alexwhittemore.com/iphone/gen_entitlements.txt  
  4. mv gen_entitlements.txt gen_entitlements.py  
  5. chmod 777 gen_entitlements.py 

After the script is executed, modify the "/Developer/Platforms/iPhoneOS. platform/Info. plist" file and make the following changes:

Add the following two items:

 
 
  1. PROVISIONING_PROFILE_ALLOWED = NO 
  2. PROVISIONING_PROFILE_REQUIRED = NO 

Use a text editor to open "/Developer/Platforms/iPhone OS. platform/Info. plist file. It is very important to replace all "XCiPhoneOSCodeSignContext" with "XCCodeSignContext". If you do not perform this step, Xcode opens the project file and reports an error and exits.) Save and exit.

Open Xcode, open your Project, Project> Edit Project Setting, select the "Build" Page, select All for deployments and Show, locate the Code Signing Identity item, and delete its subitem, assign "Code Signing Identity" to "iPhone Developer" (which is actually an option ).

Then find the xxx-Info.plist file for your project and add the "SignerIdentity" item with the value "Apple iPhone OS Application Signing". Save.

Connect your iPhone to your computer. In Xcode Window> Organizer, your iPhone is detected. check that the iPhone and your Xcode are properly recognized and exit Organizer. Select "iPhone Device-3.1.2 | Release" as the compiling environment and click "Build and Go ", during this period, let's select the signature certificate, click "allow", and pray that your iPhone screen is on.

Your program will be automatically downloaded to your iPhone. Click to run without any error prompt.

Summary:Xcode cracking3.2.4 and 3.2.5 have passed the introduction, and I hope this article will help you.

Related Article

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.