iPhone SDK version 3.1.3 (7E18)
I wanted to test out our application on an old iPhone, 1st generation. That one just got upgraded to the latest SDK, which, at least here in Germany, is 3.1.3 (7E18).
I add the device to XCode organizer, get the profile updated, and then I am faced with the following error:
“The iPhone ABC software version 3.1.3 (7E18) is too old to be supported by XCode. XCode supports … ” a long list, including 3.1, 3.1.2 and 3.1.3. The character designation at the end completely threw off the development environment.
What to do… ?
After searching for a while, I found this:
ln -s /Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.1.3\ \(7E18\) /Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.1.3
so just create a link for this weird looking SDK, and solved it is.