I am getting the following error in all my the projects after I installed xcode 4.2 in parallel with xcode 3.2.5 I get the error when I create an adhoc bundle for the Tester.

How can I resolve this?
I have gone through following blogs but can’t find any solution.
I have seen this error when I manually built and signed an iOS application bundle using a Makefile. In that case my
Info.plistwas missing theCFBundleResourceSpecificationkey (should probably have the valueResourceRules.plist). I did some more testing now and it also happens if the keyCFBundleExecutableis missing.CFBundleResourceSpecificationshould be added in some build phase by Xcode but maybe it’s a good idea to check the resultingInfo.plistin the build directory if it’s really there.Maybe this blog post could help, it’s about
codesignfinding the wrongInfo.plistfile (one withoutCFBundleResourceSpecification)http://infinite-sushi.com/2010/08/the-case-of-the-missing-cfbundleresourcespecification/