-
[xcode] Deployment TargetDevelop/iOS 2022. 3. 22. 23:33
궁금했던 점
PROJECT > Info > Deployment Target > iOS Deployment Target
vs
TARGETS > General > Deployment Info
→ 서로 무엇이 다른가
PROJECT > Info > Deployment Target > iOS Deployment Target TARGETS > General > Deployment Info 참고
아래의 스택오버플로우의 답변을 참고해보면
Target settings override project settings.
Project settings are valid for all targets whose settings haven't been overridden.즉, PROJECT > Info > Deployment Target > iOS Deployment Target에 iOS Version을 설정할 경우,
개별적으로 TARGETS > General > Deployment Info에서 Version값을 설정하지 않는 한 모든 TARGETS에 Version값이 적용된다고 한다
Xcode target Deployment Target vs. project Deployment Target
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...
stackoverflow.com
'Develop > iOS' 카테고리의 다른 글
this class is not key value coding-compliant for the key xxx (0) 2021.08.29 NSInvalidArgumentException 발생 (0) 2021.06.19 Deployment Info: iOS Version 변경하기 (0) 2021.06.13