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
2
votes
2 answers

Minimal Deployment target available for new publishings in the App Store

In this link, we can find a statement from Apple stating the following: You can now submit apps that take advantage of the powerful new capabilities in the next release of iOS, watchOS, and tvOS. Build your apps using Xcode 10 GM seed, test with…
Eugene Alexeev
  • 1,152
  • 12
  • 32
2
votes
2 answers

Xcode iOS deployment target check?

On more than one occasion, I have accidentally changed the deployment target of my Xcode project to something I don't want. The latest time, I found out because a customer wasn't seeing my app. Is there a way to put something into my code…
William Jockusch
  • 26,513
  • 49
  • 182
  • 323
2
votes
1 answer

App Store allows only iOS 10 or newer when deployment target is set to iOS 8.0

I have set deployment target to iOS 8.0 in both project and target settings (Xcode 9.2, Swift 4). Everything builds fine and with my testing iPhone 4S device (iOS 9.3.5) I can run app and works fine. My problem is that same build in App Store…
Libor Zapletal
  • 13,752
  • 20
  • 95
  • 182
2
votes
2 answers

What is the difference between these two Deployment Targets?

What is the difference between these two Deployment Targets?
Christian Kreiter
  • 610
  • 1
  • 5
  • 16
2
votes
1 answer

Xcode6.3 Deployment Target error

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?
Jenny
  • 351
  • 3
  • 19
2
votes
1 answer

Can I downgrade iOS Deployment Target when submitting a new version?

My app is available on the Appstore and is currently compatible with iOS 6 or later. I want to release a new version only compatible with iOS 7 or later because there's a lot of crashes on iOS 6 with this new version and I have to release…
solven
  • 71
  • 4
2
votes
2 answers

I set the deployment target to iOS8 and App store says "Compatibility: Requires iOS 7.0 or later". Can I force app to install only in iOS8 only?

I released an iOS 8 version of my app today and wanted to limit it only to users running iOS 8 (because it uses some new Core Motion APIs that only work with iOS 8). It seems like iOS7 users are still able to download my app, even though the…
Jackson
  • 3,555
  • 3
  • 34
  • 50
2
votes
2 answers

What could cause my MinimumOSVersion to be different than my Deployment Target?

I'm building my iPhone app under SDK 3.1.3. My Base SDK and iPhone OS Deployment Target are both set to OS 3.0, but when I build, the info.plist in my bundle shows a MinimumOSVersion of 3.1.3. What could cause this? (source: skitch.com)
cduhn
  • 17,818
  • 4
  • 49
  • 65
2
votes
1 answer

Upper limit for deployment target

In Xcode/Xamarin Studio it's possible to define a deployment target. But that defines a lower limit for the destination OS the app is deployed on. There is a way to define an upper limit for that target? For example, I'd like to deploy an app only…
Luigi Saggese
  • 5,299
  • 3
  • 43
  • 94
2
votes
1 answer

What is the XIB deployment target? (OS X and iOS)

My app must run on OS X 10.6 through 10.9. The main window xib has a deployment target of 10.6 (same as the app itself). The main window nib also has the "Full Screen" attribute set to "Primary Window". Since 10.6 doesn't support…
Steveo
  • 2,238
  • 1
  • 21
  • 34
2
votes
1 answer

Xcode Deployment Target Settings

If I want my app to be compatible with older OS versions, back to Snow Leopard, are these the proper deployment target settings in XCode? OS X Deployment Target under "Project": 10.8 Deployment Target under "Targets": 10.6 What is the purpose of…
Hope4You
  • 1,927
  • 4
  • 21
  • 45
1
vote
0 answers

Can't use physical iOS device (iPod Touch), even if above deployment target iOS version for .NET MAUI app

I have an issue where I am trying to use my iPod touch in to debug my .NET MAUI code. I plug my iPod into my Macbook and under Debug (where I set the devices) I get that my device OS version is lower than my deployment target. My iPod is version…
David Pugh
  • 758
  • 3
  • 12
  • 33
1
vote
1 answer

Xcode Base SDK: What is the easiest way to install multiple SDK versions side by side

Alright what I noticed is that when I am developing against iOS 4.3, and I set my deployment target as iOS 4.1, I DO NOT get any kind of warning from the IDE about calls which are not supported in the minimum deployment target. For example, calling…
Lana Miller
  • 1,141
  • 2
  • 12
  • 22
1
vote
1 answer

Why I can't select iOS 12.5.X as minimum iOS version on Xcode 13.3.1?

I was asked by my team to bump the deployment target of our project to iOS 12.5.5, but on Xcode 13.3.1 I wasn't able to find the given version or any between 12.4 and 13.0 (like the image shows), why these versions (12.5.X) are not an available…
GHPaciulli
  • 75
  • 1
  • 6
1
vote
1 answer

Macosx Deployment target firestore/firebase_core

Hello I get this error when I Run Flutter Code that contains firestore/firebase_core i tried more than one deployment target but still, i get an error Launching lib/main.dart on macOS in debug mode... Building macOS application... Error: Cannot run…