Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
50 views

Xcode & iPhone — creating a warning prompt when attempting to install an app with a newer deployment target

We're in the process of submitting our first iOS game to our publisher. We got a bug back from their QA department that basically states that when attempting to install our game (deployment target: ...
2
votes
2answers
617 views

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 ...
1
vote
2answers
776 views

Does Xcode 4.0.2 supports deployment target 3.0

I am going to upgrade Xcode 3.2.5 to Xcode 4.0.2 so do this new version supports deployment target 3.0
1
vote
2answers
546 views

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 ...
0
votes
1answer
87 views

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 ...
0
votes
1answer
101 views

iOS Deployment Target & Block Support

If I use blocks in my code and set the iOS Deployment Target to less than iOS 4.0, will the app still work on devices that are running an iOS less than 4.0? The Base SDK is set to Latest iOS (iOS ...
0
votes
2answers
306 views

Why can't I install an app on my iPad with the correct Deployment Target?

I have a project for the iPhone, and I'm using an iPad to test it out on. My iPad is running 3.2. The project has a Base SDK of 4.2 and a Deployment target of 3.2. However, when I try to install it ...
0
votes
1answer
210 views

What's the real difference between Base SDK and Deployment Target or Deployment OS Version?

Want to make sure I got that right: Base SDK = What you're building against. If it's set to 4.1, then you build against the 4.1 SDK. Deployment OS Version / Deployment Target = The lower end, or the ...
0
votes
1answer
2k views

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 ...