I've set my project's Deployment Target to 7.0
Xcode still pop out this error message
It happen after I upgrade Xcode to version 6.3
What did I miss setting?
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.