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
17
votes
1 answer

Xcode 5: disable single-click in navigation

So, after struggling with horrible interface choices of Xcode 4, I'm finally on 5.1.1. The tabs became almost usable. Double clicking can be configured to open a file in a new tab. Good. Double clicking another file opens it in a new tab. Good.…
Eugene
  • 7,180
  • 1
  • 29
  • 36
16
votes
1 answer

Can you make Xcode 5.1 target dependencies build only valid architectures?

With Xcode 5.1 Apple has made $(ARCHS_STANDARD) include arm64. If your project does not support arm64 you can simply change the architecture build setting to $(ARCHS_STANDARD_32_BIT) and it will not build arm64. However if you have a target…
Reid Main
  • 3,394
  • 3
  • 25
  • 42
14
votes
2 answers

Xcode 5.1 enable C++14

Xcode 5.1 using Clang 3.4. And Clang 3.4 supports C++14. However, I've been surfing though all of the Xcode options and don't see a way to enable C++14. I'm trying to enable the relaxed constexpr feature of C++14
Troy Harvey
  • 1,365
  • 2
  • 13
  • 24
13
votes
2 answers

How can I Quick Look native cpp class using the visual debugger?

In correspondence with the following post: How can I Quick Look custom objects with Xcode 5 visual debugger? I would like to ask if it is possible to have a quick look for native cpp class objects ?
avihayas
  • 281
  • 2
  • 10
13
votes
6 answers

Unity 4.3.4f1 and Xcode 5.1

Xcode 5.1 just released. I installed the latest version of Xcode 5.1 as well as Unity 4.3.4f1. Before updating Xcode to version 5.1, Unity project builds without problem. In the mentioned version, the following errors appeared when I hit "Build and…
Raptor
  • 53,206
  • 45
  • 230
  • 366
13
votes
2 answers

iOS7 new update V 7.1(11D167) not compatible in Xcode 5 for development

I got notification of IOS7 new version V7.1. I have installed on my iPhone 4S. As I am developer my iPhone 4S is not detected in development mode in Xcode 5 SDK. When I opened organizer in Xcode. It shows, The version of iOS on “iPhone 4S” is not…
Gajendra K Chauhan
  • 3,387
  • 7
  • 40
  • 55
12
votes
2 answers

Xcode upload error: Failed to open ssh session. (16)

NOTE: We finally uploaded the app but we didn't really troubleshoot this issue so I would appreciate if someone could share some valuable insight or experience pertaining to this question. I've also checked the following 2 similar questions but…
staticVoidMan
  • 19,275
  • 6
  • 69
  • 98
12
votes
2 answers

clang: error: unknown argument: '-mno-fused-madd' [-Wunused-command-line-argument-hard-error-in-future]

I get the following error trying to install Scrapy in a Mavericks OS. I have command line tools and X11 installed I don't really know whats going on and I haven`t found the same error browsing through the Web. I think it might be related to some…
agon
  • 313
  • 3
  • 6
10
votes
2 answers

ITC.apps.validation.pre release build missing

I uploaded my app to the iTunesConnect via Application Loader then I hit the "Submit for Review" button and I got this error: "ITC.apps.validation.pre release build missing". What is this exactly? And how can I fix this?
letitbefornow
  • 427
  • 6
  • 20
10
votes
3 answers

What is the need of staging folder in Cordova 3.5.0 iOS application?

We are working on a hybrid iOS application. Previously we were using Cordova 3.2.0 version. Recently we are under the process of upgrading our Cordova version to 3.5.0. After creating a new project with Cordova 3.5.0 and opening it with Xcode 5.1.1,…
Rashmi Ranjan mallick
  • 6,390
  • 8
  • 42
  • 59
10
votes
2 answers

Keep getting alert view message of "Open this page in YourAppName?" when trying to launch app from safari

I need to be able to launch my iOS app from the Safari browser. So I went to my .plist file in xcode and added an item to my URL Schemes and entered in the string of myappname. Now if I go to Safari, and type myappname:// in the URL address bar and…
user3344977
  • 3,584
  • 4
  • 32
  • 88
9
votes
6 answers

Zbar SDK - missing required architecture x86_64

I had one problem during building application in the recent Xcode 5.1. Compilation fails with "Undefined symbols for architecture x86_64" error. I build my project with Valid Architecture: armv7, armv7s and arm64. After switch to the newest…
mbutan
  • 1,359
  • 2
  • 13
  • 23
9
votes
1 answer

Friend declaration specifying a default argument must be a definition

Since updating to XCode 5.1 one of my projects now has that error in the title and will not build, I have changed architecture to 32-Bit as before, but still the same issue. The line of code it refers to is; friend float DistBetweenModels…
user3355723
  • 235
  • 2
  • 11
9
votes
2 answers

Xcode 5.1 ld: library not found for -lGoogleAnalyticsServices

Today I updated my Xcode to Xcode 5.1, and now every time I try to compile my code and test it on the simulator I got several errors about architecture 86_64 and Google Analytics Services Library. This is what I got: Ld…
prelite
  • 1,073
  • 2
  • 9
  • 20
8
votes
3 answers

NSInvalidUnarchiveOperationException: 'Could not instantiate class named _UITableViewCellSeparatorView'

After Xcode Update (5.1) my app crashes when i try to run in iOS 6.x. I have an app where I have a custom cell and constraints. Auto layout is unchecked for the xib file. The error I get is: *** Terminating app due to uncaught exception…
maiconpeixinho
  • 151
  • 1
  • 2
  • 7
1
2
3
17 18