bundle is invalid

Anyone know how I correct this error:

this bundle is invalid. when supporting ipad only the ios deployment target must be 3.2 or later.

I received this error uploading my new version to an app I had no problem uploading a few months ago. How do I set the deployment target in Corona SDK?

Thanks, Rich
[import]uid: 58867 topic_id: 20000 reply_id: 320000[/import]

I believe that;

[lua]MinimumOSVersion=“3.2.0”[/lua]

In build.settings should fix this - I haven’t had to use that in awhile but believe it is still current - can you give it a go and let me know how you go please?

Peach :slight_smile: [import]uid: 52491 topic_id: 20000 reply_id: 77986[/import]