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

Xcode 5.1 only 64-bit simulator in instruments

I just updated my xcode to 5.1... Installed all the simulators i needed (6, 7, 7.1 ) and can happily debug in each one. However, the profiler now always starts the 64-bit retina 7.1 iphone simulator. Tried with time profiler, allocations, zombies,…
Templar
  • 1,694
  • 1
  • 14
  • 32
8
votes
2 answers

Xcode 5.1: any way to suppress Revert/"Keep Xcode Version" dialog

As of Xcode 5.1, when I change the project out from under Xcode (in my case, most commonly, by checking out another git commit), it throws up an annoying dialog, even when not active: Worse, I'm using Spaces (or Mission Control... whatever the hell…
Clay Bridges
  • 11,602
  • 10
  • 68
  • 118
8
votes
2 answers

ios 6.0 Simulator in xcode 5.1

I just successfully updated my Xcode tool to 5.1 version and when I check Downloads option in preference section then I noticed there is no option to download ios 6.0 simulator.(Please check attached image) So how can I access ios 6.0 simulator in…
Pratik Bhiyani
  • 2,489
  • 3
  • 17
  • 27
7
votes
1 answer

Cannot install ipa on device

I have signed a code with a distribution provisioning profile but when I generated the ipa in XCode 5.1 (Save for Enterprise/Adhoc Deployment), the app does not install in my device. I have checked that the distribution profile is properly aligned…
Rai King
  • 155
  • 2
  • 2
  • 7
7
votes
2 answers

What should I include in Xcode build settings in "Architectures" section

We were supporting iOS 6 & 7 previously for our universal iOS application (which means we support both iPhone and iPad). Now, with the release of iOS 8, we have to support iOS 6, iOS 7 & iOS 8. Also, we have to extend our targeted device list to…
Rashmi Ranjan mallick
  • 6,390
  • 8
  • 42
  • 59
7
votes
1 answer

After upgrading from Xcode 5 to Xcode 6.0.1 XCTest.framework and MyAppTests.xctest are displayed in red

In OS X 10.9.5 i upgraded from Xcode 5.1.1 to Xcode 6.0.1 (via the App Store). Now in my project XCTest.framework and MyAppTests.xctest are displayed in red letters: Still the tests seem to run without problem. What does the red color mean, how can…
MartinW
  • 4,966
  • 2
  • 24
  • 60
7
votes
2 answers

Appledoc inline code in Xcode Quick Help panel?

How can I indicate inline code blocks like this in Appledoc comments? Backticks just read as backticks in Xcode Quick Help panel. I'd really love to have NSStringFromClass codified somehow.
Geri Borbás
  • 15,810
  • 18
  • 109
  • 172
6
votes
2 answers

Notification when NSPopupButton changes its value in cocoa XCode5

I want to know if is it a method different to -(void)menu:(NSMenu *)menu willHighlightItem:(NSMenuItem *)item and -(void)menuDidClose:(NSMenu *)menu to help me to know when NSPopupButton's selected value changes (for example by pressing a key…
Jesus
  • 8,456
  • 4
  • 28
  • 40
6
votes
1 answer

build error on iOS 7.1 - Zxing

Updated to XCODE 5.1/IOS 7.1 and tried to build my project which included Zxing library. Getting the following error: /Zxing/cpp/core/src/zxing/ChecksumException.h:3:9: '__CHECKSUM_EXCEPTION_H__' is used as a header guard here, followed by #define…
ashai
  • 61
  • 1
  • 2
6
votes
2 answers

Xcode 5.1 iOS 7.1 problems with cells at UITableView

I think I have found serious bug in new release of Xcode 5.1 after update my cells start to disappeare when I scroll to the bottom. When I press on them couple of them When I scroll after that to the top everything is fine and this problem is…
Max Tymchii
  • 826
  • 8
  • 16
6
votes
2 answers

Xcode 5.1 breaks some tests

Since updating to Xcode 5.1, I have been encountering errors while attempting to run unit tests (XCTestSuite). When I run an individual test method, I get the error Error while reading test scope bundle on the console and no result. When I run the…
Joel Fischer
  • 6,521
  • 5
  • 35
  • 46
5
votes
3 answers

iOS 7.1 gives error after updating to Xcode 5.1

I have updated my Xcode to version 5.1 recently. After update, it runs fine with all simulators except iOS 7.1, in which it gives a mach-O link error. Moreover, there is only a 64-bit architecture option in 'Build setting' tab. According to me, it…
demonofthemist
  • 4,081
  • 4
  • 26
  • 45
5
votes
2 answers

How to link with framework without arm64 support in Xcode 5.1?

After upgraded a project on Xcode 5.1, Product > Build gives the following warning and error: ld: warning: ignoring file Dropbox/Dropbox.framework/Dropbox, missing required architecture arm64 in file Dropbox.framework/Dropbox (3 …
ohho
  • 50,879
  • 75
  • 256
  • 383
4
votes
2 answers

Xcode 6 iOS 8 UIImage imageNamed from bundle issue

I build my project using iOS 7.1 and try to load UIImage view with image that is stored in the /images/cars/car_1.png All images are located in the folder images as on picture below in project tree: So it works perfect for iOS 7.1 and Xcode 5, but…
Matrosov Oleksandr
  • 25,505
  • 44
  • 151
  • 277
4
votes
1 answer

Why is the project format with Xcode 5.1.1 from Plist to XML?

You can see how the project format shown in this image goes from Plist format to XML between these branches in Git which doubles the file format which becomes a conflict quite often when merging branches. Something appears to be changing it from…
Brennan
  • 11,546
  • 16
  • 64
  • 86
1 2
3
17 18