| 
			 
			
			
			
			
			
			
		 
			
			 
			
				03-15-2012, 01:20 PM
			
			
			
		 | 
	| 
		
			
			| Jaguar |  | 
					Join Date: Aug 2011 
					Posts: 39
					      |  | 
	
	| 
				
				Xcode 4.2 for SL
			 
 Step 1: 
Xcode 4.2 for SL
 
	Code: http://adcdownload.apple.com/Developer_Tools/xcode_4.2_for_snow_leopard/xcode_4.2_for_snow_leopard.dmg Step 2:
 
Then to upgrade iOS 5.1 download this and install image but DO NOT install it:
 
	Code: http://adcdownload.apple.com/Developer_Tools/xcode_4.3.1_for_lion/xcode_4.3.1_for_lion.dmg Then do these steps in terminal (if root, remove leading sudo):
 
	Code: sudo cp -R /Volumes/Xcode/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.1.sdk /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/
sudo cp -R /Volumes/Xcode/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.1.sdk /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/
sudo cp -R /Volumes/Xcode/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/5.1\ \(9B176\) /Developer/Platforms/iPhoneOS.platform/DeviceSupport/
sudo rm -f /Developer/Platforms/iPhoneOS.platform/DeviceSupport/Latest
cd /Developer/Platforms/iPhoneOS.platform/DeviceSupport/
sudo ln -s ./5.1\ \(9B176\) ./Latest
			
			
			
			
				  |