Questions tagged [xcode5.1]

Xcode 5.1 includes SDKs for OS X 10.9 Mavericks, OS X 10.8 Mountain Lion, and iOS 7.1.

Xcode 5.1 includes SDKs for OS X 10.9 Mavericks, OS X 10.8 Mountain Lion, and iOS 7.1.

  • Adds new Auto Layout constraints inspector with support.
  • Adds Quick Look support in the debugger for custom object types.
  • Improves ability to resolve symbols in Instruments.
  • Updates the iOS standard architecture setting to include 64-bit.
  • Includes additional bug fixes and stability improvements.

You can obtain Xcode in Mac App Store for free.

270 questions
3
votes
3 answers

Incompatible block pointer types sending 'int (^)(__strong id, __strong id)' to parameter of type 'NSComparator'

Getting below error in GPUImage Library when moved from xcode 5.0 to 5.1. After searching on google i found that i need to send int like this [NSNumber numberWithInt:number] but issue is that i dont have control on the value getting passed to…
Dattatray Deokar
  • 1,923
  • 2
  • 21
  • 31
3
votes
2 answers

C++ code fails to compile after upgrading XCode 5.0 -> 5.1 "forward declaration of class cannot have a nested name specifier"

I have this in a .h file: class Ogre::ManualObject; I don't know how it got there but it's always compiled under multiple compilers - until suddenly XCode5.1 raises it as an error. Have Apple changed the C++ compiler again?
Mr. Boy
  • 60,845
  • 93
  • 320
  • 589
3
votes
3 answers

Remove arm64 in Xcode 5.1

I'm using a submodule (JsonKit) that doesn't compile on Xcode 5.1, because it uses a depreciated assignment (isa). Obviously, this problem only appears for arm64. As I don't need arm64, is there a way to remove it until this submodule gets updated ?…
Nicolas Roy
  • 3,773
  • 5
  • 27
  • 42
3
votes
1 answer

Architecture not supported - Xcode error

I'm getting these errors whenever I'm trying to run my code on iPad device. Can't seem to figure out the solution here. Tried changing build configurations but it doesn't work. As I have to support for upcoming iOS releases for my app, I'm using…
Zombie007
  • 51
  • 1
  • 4
3
votes
5 answers

Architecture linking error after Xcode 5.1 upgrade

I am having these errors: libGPUImage.a, file was built for archive which is not the architecture being linked (armv7s), libPods.a, file was built for archive which is not the architecture being linked (armv7s) and more... These are my project…
kgibbon
  • 726
  • 1
  • 15
  • 37
2
votes
0 answers

Cant parse multipart response on iOS

I am implementing an application where i have to fetch data from server through web services. I am done with web service integration where i'm getting multipart response, which contains data for music files(.mp3 or .mid), images and plain texts. I…
Batman4Ever
  • 189
  • 2
  • 11
2
votes
2 answers

Change object color in Xcode

I'm new to Xcode (Mac development, not iOS), and for some reason I can't figure out how to even change any object's color (text, background or really anything). Every site seems to say to click on the object, go to the attributes inspector and all…
zigzaugg
  • 61
  • 10
2
votes
1 answer

Enable "Full Keyboard Access" programmatically on OS X

I'm developing an app for Mac OS X with Xcode 5 and I need to navigate through the buttons, radio buttons with the Tab key. There's a way for navigate between buttons and all other controls by enabling this option in System Preferences: …but I need…
Jesus
  • 8,456
  • 4
  • 28
  • 40
2
votes
1 answer

iOS Simulator Crash in xcode 5.1

Simulator crash occurs frequently while running app and also using in build app like maps , safari , settings etc.. . The error response is shared below Process: iPhone Simulator [2454] Path: /Applications/Xcode…
AP_
  • 1,013
  • 12
  • 13
2
votes
3 answers

How to fix Dyld Error Message: with Core-Plot MacOSX

I'm developing an app for MacOSX which runs ok by using XCode5 I recently made .app files from my application for testing and all of them worked good then I added core-plot for graphics, I added it, developed several graphics and all of them ran…
Jesus
  • 8,456
  • 4
  • 28
  • 40
2
votes
1 answer

Enterprise Distribution "Unable to Download App" on iPhone 4 but works on iPhone5

I have a very interesting problem. I have been through every post here on the "Unable to Download App" and I didn't see any that were specific to a version of iPhone. I have an in-house app that has been distributed and is working on all…
2
votes
4 answers

"Simulator in use" error message shown even after simultor is not running

Whenever I try to run an application from Xcode it displays an error message: This happens even though the simulator is not running. I force quit the simulator process from Activity Monitor, but it shows that message again and again. If I quit and…
Kampai
  • 22,848
  • 21
  • 95
  • 95
2
votes
0 answers

iPad black launch image for iPhone only app

I've created a brand new iPhone only application and added in the launch images for 2x and R4. This runs fine on the iPhone (4S and above) but if I run the application on an iPad or iPad mini then the launch image is black. I am using XCode 5.1.1…
TofuBeer
  • 60,850
  • 18
  • 118
  • 163
2
votes
0 answers

Not able to change background colour of UITabbarcontroller iOS 7

I've made subclass of UITabbar for my Tabbar Here is my Hierarchy UITabbarController->UINavigationController->UIViewController Please look at this what I've done so far..I'm using window based Application to handle my App. -(void)awakeFromNib { //…
Nikunj Patel
  • 303
  • 2
  • 11
2
votes
4 answers

The Simulator can't be launched because it is already in use. Every run

I know this is an issue that was already discussed here many times before, But there is now solution for my problem and its really serious. Every second time I try to run the simulator i get get this bothering message: "The Simulator can't be…
MCMatan
  • 8,623
  • 6
  • 46
  • 85