Rob Bonner
Rob Bonner

Reputation: 9426

Debugging a 3.1.2. device from xcode 3.2.3

A versioning issue here.

We have an application built with xcode 3.2.3 with the iOS 4.0 SDK, but with deployment target set to 3.0 so it will still run on older iPhones.

The program is crashing, so we want to debug. Getting the standard "The Info.plist for application at /Users/robbonner/Desktop/Eventful.0.8.1 2/build/Debug-iphoneos/Eventful.app specifies a minimum OS version of 4.0, which is too high to be installed on iPhone"

No option to select a build target of 3.1.? anymore.

Funny thing is that the plist does not control this, or I am not aware of a setting, all of the build settings are in the target configuration.

So, has anyone debugged on older equipment using iOS 4.0 and lived to tell about it?

Upvotes: 0

Views: 210

Answers (1)

George Lambert
George Lambert

Reputation: 626

Change your "iPhone OS Deployment Target" to IPhone OS 3.1.2

in your Target "app" Build Properties. alt text

Upvotes: 2

Related Questions