Questions tagged [deployment-target]

A deployment target is a build setting that specifies the required software platform version on which the built software will run.

A deployment target is a software build setting that specifies the required software platform version on which the built software will run. This setting informs the compiler which SDK version to use.

63 questions
0
votes
1 answer

xcode 4.6 can't show deployment target 4.2

i have xcode 4.6.It show deployment target upto 4.3. i want to use 4.2 but it can't show. what's step for it. What's problem?
user2071201
  • 101
  • 1
  • 2
  • 5
0
votes
1 answer

How does iTunes Connect detect my app's minimum OS requirements?

I just submitted my iPhone application using iTunes Connect, but I don't see anywhere that they ask what version I used to compile my app? The binary I submitted used the 3.0 SDK (I used the drop down menu on the top left corner of xcode), is that…
user113409
  • 3
  • 1
  • 2
-1
votes
1 answer

Do I still need the @availible 13.0 attribute in my class if my minimum deployment target is iOS 13.0?

I am adding Combine to my iOS application. To do this, I have updated my create account ViewModel to use Combine rather than my previous implementation. Upon adding Combine to my ViewModel, I was met with an error prompting me to add @available(iOS…
zach2161
  • 113
  • 11
1 2 3 4
5