Questions tagged [base-sdk]

26 questions
1
vote
1 answer

Get "iPhone 3.0" for the base SDK in Xcode?

I just finish my iPhone game using cocos2d, and I want to submit it to Apple. I've read this article: Building Your App for Distribution, and they say: 4 If necessary, adjust the base SDK for the device you want to deploy to. (e.g. iPhone Device…
pimpampoum
  • 5,816
  • 6
  • 24
  • 27
1
vote
2 answers

Base SDK of 6.0.1 is not an option in Xcode?

I am trying to set the base SDK of my project in Xcode to 6.0.1, however it is telling me that 6.0 is the latest version. I have the latest version of Xcode (4.5.2), so am I missing something? Can anybody tell me if their Xcode has an option of…
Fitzy
  • 1,871
  • 6
  • 23
  • 40
1
vote
1 answer

Setting Xcode "deployment target" or "base SDK" to a "point oh one" (0.0.1) release

In Xcode 4.4.1 it is possible to set the deployment target to a "point one" release of ios, for example; 4.3 or 5.1. However it doesn't seem possible to set it to a "point oh one" release, for example; 4.2.1 ro 5.1.1. Is this possible? And if so…
Richard Stelling
  • 25,607
  • 27
  • 108
  • 188
0
votes
2 answers

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 on the iPad, I get the message: The Info.plist for…
jowie
  • 8,028
  • 8
  • 55
  • 94
0
votes
1 answer

XCode Base SDK older then Deployment target

I have a project that uses Base SDK 10.4. For some reason (using LLVM C++ standard library) I need to set Deployment Target to 10.7. But when I try to build project I have an error: 'Availability.h' file not found. So I have a main question: is it…
JeKich
  • 13
  • 3
0
votes
1 answer

How to safely change deployment target in ios

I have developed a app using swift 2.2 with Xcode 7.3.1 i have set my deployment target 9.3 and base SDK is also 9.3.Now i want reduce my deployment target to 8.1.what are the proper procedure to change deployment target without affecting any of the…
user7333282
  • 101
  • 1
  • 2
  • 15
0
votes
0 answers

Set Base SDK greater than latest iOS compatible with Xcode version

I have OS 10.10.5. I cannot update to El Capitan due to some incompatibily with an hardware I use, and I cannot update Xcode to 7.3.1 because it is only compatible with El Capitsn So the Base SDK available in my Xcode version is 9.2, but I want to…
fabdurso
  • 2,366
  • 5
  • 29
  • 55
0
votes
3 answers

Missing 64-bit support for iOS application

I'm getting warning for 64-bit support missing. The whole message is like below: Missing 64-bit support - Beginning on February 1, 2015 new iOS apps submitted to the App Store must include 64-bit support and be built with the iOS 8 SDK. Beginning…
Mehul Solanki
  • 465
  • 7
  • 27
0
votes
1 answer

Change/check minimum iPhone OS for Universal apps?

The dropdown in XCode shows a base SDK of 3.2, but my iPod Touch (2nd generation), running OS 3.1.3, will run the app just fine in debug mode. (Command + Return/Enter) What is the actual base SDK of my iPhone/iPod touch version of the app and how…
Moshe
  • 57,511
  • 78
  • 272
  • 425
0
votes
2 answers

Random iOS 6 crash with iOS 7 SDK

My current main Application is randomly crashing on iOS 6 devices when i compile with iOS 7. It is system deep i think and don't know how to fix this little nasty bug. In my App there are plenty of iOS 6 user with this crash and it's driving me…
mariusLAN
  • 1,195
  • 1
  • 12
  • 26
-1
votes
1 answer

dispatch_get_main_queue not working

My iOS base SDK is 8.1. dispatch_get_main_queue works fine when I'm running on 8.1 simulator. However when I run it on 7.1 simulator, it does not get called. I noticed that dispatch_get_main_queue has been reimplemented in iOS 8.0 and later. How…
1
2