InWin7Development in EnvironmentIPadThe program is the content to be introduced in this article. Simply recordWin7Using virtual machinesIpadThe first step in the development process is to build the environment:
Because only one device is installed.Win7The IBM Thinkpad T61 supports VT technology. A dedicated memory is added for this.
1. Download VM Station to configure the virtual machine environment. You can install it. Sorry, you only need to use pirated copies. You must purchase genuine copies later.
2. I wanted to install the operating system directly using the downloaded Mac OS cd image to the VM, but it was always unsuccessful. Instead, I had to go to the plug-in to install a virtual system, use VM Station directly.
3. Download the SDK, which is available in thunder. It looks like there are sdks and Xcode, but I haven't tried it yet.
4. The next step is to copy the SDK to the Mac, and drag and drop the SDK as in Windows. So first, place the SDK folder on the hard drive of Win7, right click, Properties --> Sharing --> Share, and leave nothing in it. If you click OK, you will find that you have already shared the folder.
5. Run --> cmd --> ipconfig: Check the current IP address of the system, 192.168.1.100, which is very important.
6. Open VM Station and Mac OS image.
7. Now, go to Mac and click "go" --> "connect to server" at the top of the screen ". It seems that if it is an Apple machine, it will simply press the spline + K, which is the shortcut to open. The dialog box for connecting to the server is displayed. Enter the server address smb: // 192.168.1.100 and click Connect. Enter the name and password on the logon page. Note: The name and password here are the username and password of the local PC Win7, not the Mac, or they cannot be connected.
8. Now you can see the sharing folder and copy it to the Mac resource. The first step is complete.
When installing the SDK, I found that the current system is only 10.5, which is not enough for the installation conditions. Instead, I had to reinstall a 10.6. In view of the previous installation failure, I found a detailed tutorial, as shown below:
Http://www.360doc.com/content/11/0728/16/4656125_136358951.shtml
Finally, the installation was successful, with the following experience:
1. The previous failure may be due to the failure of selecting SCSI for the optical drive when creating a virtual machine custom disk.
2. The installation fails at the last step, so you can re-insert Rebel EFI to start the system. That's all.
3. At last, the boot disk can only be left in the virtual machine. It is slow to start each boot, but it can be tolerated.
4. Another important thing is that my system is in the dmg format, because it was not successful last time, and I used UltraISO to convert it into the ISO format. I didn't pay attention this time. I still use iso. I don't know whether the previous dmg can be used directly. If it doesn't work, it means you have to use ISO.
Finally, the installation is successful:
Summary: InWin7Development in EnvironmentIPadThe content of the program has been introduced. I hope this article will help you!