ln -s /Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.0\ \(7A341\) /Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.0.1
Most developers will know what that does. But for those that don't and are curious, it will create a symbolic link "3.0.1" pointing to the existing "3.0 (7A341)" directory. To XCode it will appear like you have a 3.0.1 SDK and a 3.0 SDK installed, even though the 3.0.1 directory just points to the contents of the 3.0 directory. Since 3.0.1 is exactly the same as 3.0 in terms of the SDK, that's exactly what we want.
0 comments:
Post a Comment