How to run lower version creating iPhone app to upper version of Xcode -


I created an app on SDK version '2.2.1', now I am using SDK version 3.2.6 . But when I'm running this app in version 3.2.6, I am getting an error message such as bellow:

Error: No SDK with name or inadvertence with 'Ioos 2.2.1'

How can I move this app to this version now?

As you update the exode in new editions, old SDKs are removed, you will get new SDK (eg IOS 4), and then on the deployment target you have to target the version where the application will be run (2.2.1 if you wish it is the same).

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -