How can I create for iOS 4.0 devices with Xcode 4 + basic SDK 4.3?

I am trying to create an iOS project for an iPhone 4.0.1 device using Xcode 4 and the base SDK 4.3. In my target settings, I installed the Base SDK in 4.3 and the deployment target of iOS 4.0.

When I do this, I get the following error:

 Error: failed to locate ResourceRules.plist in '/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.0.sdk/ResourceRules.plist' or '/Developer/Platforms/iPhoneOS.platform/ResourceRules.plist

When I change the deployment target to 4.3, everything builds as expected, but of course, I cannot run it on a connected 4.0.1 device.

So what is the secret here?

Thank.

+5
source share
1 answer

Xcode , TARGET. Build Settings . Xcode 4 ResourceRules.plist . . :

enter image description here

+2

All Articles