Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode target Deployment Target vs. project Deployment Target

Tags:

xcode

iphone

Excuse my ignorance, but what is the difference in Xcode between the Deployment Target field under "Targets" and the deployment target under "Project"?

What happens if my project deployment target is 3.2, and my iOS Application Target is 4.0? Or vice versa?

like image 248
Alex Avatar asked Aug 18 '11 09:08

Alex


1 Answers

Target settings override project settings. Project settings are valid for all targets whose settings haven't been overridden.

like image 53
Ole Begemann Avatar answered Oct 23 '22 11:10

Ole Begemann