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.
source
share