Search code examples
iosxcodedeployment-target

Xcode6.3 Deployment Target error


I've set my project's Deployment Target to 7.0

Xcode still pop out this error message

enter image description here

enter image description here

It happen after I upgrade Xcode to version 6.3

What did I miss setting?


Solution

  • Normally there are 2 build targets by default in Xcode projects, one is the main build target while the other is the Test Target.

    In your case, make sure both Deployment Target is set to 7.0.