Install and build Snow LeopardXcodeInstance operations are the content to be introduced in this article. The installation steps are very detailed. I hope you will be interested in this article. Let's take a look at the content first.
Install Snow Leopard
If you are interested, you can refer to the following installation tutorial "new user installation guide: step by step from Windows to Apple snow leopard"
Http://bbs.weiphone.com/read-htm-tid-517742.html
In fact, the online tutorials are well described. The steps are as follows:
1. there are two partitions. One is to put the installation file. I gave 7 GB, no space, but assigned a volume label. The other is to install the target partition. I gave 90 GB space, no space, volume label not assigned
2. Remove the boot from the installation disk (complicated process), put it into a 7G partition, and change it to 6.5G.
3. Install the third-party boot program bootthink or chameleon, which is usually installed on the C drive.
Note: If you are using Windows 7 or vista, try to remove the 100 M boot partition, which is troublesome.
4. Restart and use a third party to boot the 6.5G partition system and start the installation.
5. You may encounter such a problem during installation (for example, in five countries). Copy the patch to the third-party installation program directory.
6. If it is enabled, you can continue to search for patches, or use DSDT to drive better.
Note: After DSDT is started with Ubuntu Live, run cat/proc/acpi/dsdt> dsdt. aml to get more information from Google.
Note: If you are using Windows 7 or vista, try to remove the 100 M boot partition. This partition is troublesome. After DSDT is started with Ubuntu Live, operate cat/proc/acpi/dsdt> dsdt. click "aml" to get the file. go to Google. After the file is adjusted, put it in the root directory of the target partition.
Give a learning path http://www.pcbeta.com/viewthread_607944.html
However, my machine is quite annoying. In this way, installation is either slow, or five countries,
Finally I downloaded http://temphdd.com/dl/iso/macosx/iAntares_10.6.3/iAntares_10.6.3_v2.2.iso
I think this version (donghuang 2.2) is very good because it is directly installed on a dial, saving the previous four steps.
Currently, the sound card and wireless network card cannot be driven, but the Bluetooth and optical drive cannot be installed. After a few days, it may be a bit confusing.
First paste the machine (Lenovo Thinkpad T410 DR9) Configuration
Processor name DualCore Intel Core i5 520 M, 2666 MHz (20x133)
Motherboard name: Lenovo ThinkPad T410
Motherboard chipset Intel Ibex Peak-M QM57, Intel Ironlake-M
System memory Samsung M471B5673FH0-CF8 2 GB (DDR3-1066 DDR3 SDRAM)
BIOS type Phoenix (05/14/10)
Display Adapter nvidia nvs 3100 M (512 MB)
Monitor General plug-and-play monitor [NoDB]
Sound adapter Conexant Cx20585 @ Intel Ibex Peak PCH-High Definition Audio Controller
Keyboard PS/2 standard keyboard
HID-compliant mouse
Mouse PS/2 compatible with the mouse
Network Adapter Intel (R) 82577LM Gigabit Network Connection (192.168.0.100)
Network Adapter Intel (R) Centrino (R) Advanced-N 6200 AGN (192.168.0.102)
Ii. Install Xcode
First register an account, and then at the address below
Download Development Kit https://developer.apple.com/iphone/index.action
2G. Don't worry. Wait. I will download it at night and install it in the morning.
Code learning and writing process, we skipped and went straight to cracking
Because it needs to be debugged on a real machine and requires 99 USD to apply for it from Apple.
Therefore, you can crack Xcode and generate applications with fake signatures,
You can directly run your program on a machine that has been jailbroken (it seems that it must have been jailbroken ).
Click here to go to the detailed description of the cracking process. I will briefly describe the next step.
1. Modify/Developer/Platforms/iPhoneOS. platform/Info. plist
Replace all XCiPhoneOSCodeSignContext with XCCodeSignContext
2. I am too lazy to translate Chinese characters to create a certificate. I have the worst English language and cannot be worse than me. I believe)
Access-> Certificate Assistant-> Create a Certificate
1) For Name type "Xcode Code Sign ".
2) For Identity Type choose Self Signed Root
3) For Certificate Type choose Code Signing
4) Tick the box which says Let me override defaults
3. Open Xcode and operate Project> Edit Project Settings> Build.
Find the Code Signing Identity in the Code Signing section,
Delete a subnode from a subnode and replace the value with Xcode Code Sign.
4. Connect to the Iphone or Ipad,
In Xcode Window-> Organizer, your connection is detected. If the information is correct, the connection is successful.
5. Modify Your compiling environment. It turns out that the simulator was changed to Device...
In the upper left corner of Xcode, the first drop-down option is
6. Build and Go, and find the xxx. app directory in your project. Note: You may have multiple apps,
The simulator and the real machine are different APP packages, which are also divided into different directories.
Then, use zip to package it into ipa format.
For specific Google operations, you need to adjust the point information. You may drag the information directly to iTune to generate
7. worry-free, go to the next 91 mobile assistant to install it ....
From: http://hi.baidu.com/love535553297/blog/item/a5806efd435251f3fd037f5a.html