jueves, 12 de agosto de 2010

iPad Development 3.2 and 3.2.1

So, you just downloaded 3.2.3 to develop for the iPad (3.2) just to find out that there's already a new version to support iOS 3.2.1...

You'll get this if your iPad has iOS 3.2.1:






















So you can make two things:

1) Be a good boy and just waste more time downloading the new SDK (which is exactly the same thing)

2)Or create a "definition" for your 3.2.1 OS on the XCode preferences by using this command:

ln -s /Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.2 /Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.2.1

either way, you'll be able to test on the device again:





















Note:
always read the differences between each iOS release, you might break something!!

Good programming!!

No hay comentarios:

Publicar un comentario