2

Currently I'm using Xcode 4 with 4.3 Base SDK where I'm testing my apps on my iPhone 4.3.3 without any problem.

The problem is when I want to test on iPhone 4.2.1, it's throwing the error "CodeSign Error", and when I googled I found the solution is to change the Base SDK to match the device targeted for testing but couldn't figure out how to change the Xcode setting!

Please help on how to add an old Base SDK in Xcode 4.

Regards

DeZigny
  • 1,953
  • 4
  • 19
  • 29
  • Normally you don't need to install an old sdk you should only set the deployment target to the minimum iOs version you support. You can change the target by clicking on your project in Xcode and switch to the tab info for your target. – Pierre Jul 12 '11 at 09:25
  • I tried what you told but its always throwing the "CodeSign Error"! – DeZigny Jul 13 '11 at 05:53
  • Then i think something in your settings or profile must be wrong. Make sure that the device you will test on is added to your provisioning profile and that the correct profile is selected in the codesign settings – Pierre Jul 13 '11 at 08:06
  • I don't think I have anything wrong as I can test it with latest iOs. Please help guys. – DeZigny Jul 18 '11 at 09:44

0 Answers0