I’m trying to build my Corona app with as much backward compatibility as possible. My old Verizon iPhone 4 is at iOS 4.2, and it seems that iOS 4.3 for Verizon phones never existed. I built my app, and I tried to load it to this old phone using Xcode 4.3.3. It gave me the following message:
The Info.plist for application at /Users/Ken/Desktop/Programs/Corona/MicroBiz Timer/MicroBizTimer.app specifies a minimum OS version of 4.3, which is too high to be installed on iPhone.
Is there anyway I can set up my project differently, so that the app it generates would be compatible with iOS 4.2? Otherwise, I seem to be in a really awkward position for testing against iOS 4 at all!
Thanks,
Ken