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

XCode 6 Beta will overwrite XCode 5.1.1?

I am about to install XCode 6 Beta and it asked to close the already running XCode 5.1.1. Will it overwrite XCode 5.1.1,O or will XCode 6 be a separate installation?
Vaibhav Saran
  • 12,848
  • 3
  • 65
  • 75
2
votes
1 answer

XCode 5.1.1 "Capture OpenGL ES frame" is disabled

I have an OpenGL ES 2.0 app. I could capture OpenGL ES frames when I was using XCode 5.0.2. Recently I upgraded my XCode to 5.1.1. I am not able to capture OpenGL ES frames anymore. The camera icon which is used for capturing frames is grey. I runn…
2
votes
0 answers

How to Use UIScrollView with Search Bar and Search Display Controller?

I am trying to add UIScrollView in Search Bar and Search Display Controller but the problem is that Search Bar gets hidden when I click on it. Please give some suggestion to resolve this. I am using the following keyboard show/hide notifications. -…
Sushil Sharma
  • 945
  • 1
  • 7
  • 9
2
votes
1 answer

Accessing a std::map via a property getter returns garbage values

I have ran into this problem on a project and have boiled it down to the following sample code: #import typedef std::map exampleMap; @interface ViewController () @property (nonatomic, assign) exampleMap map; @end @implementation…
Stephen Groom
  • 3,887
  • 1
  • 15
  • 23
2
votes
1 answer

Mac App crashes when I add a Distribution Profile

I've created a Mac App for Mavericks that uses MapKit. It works fine during development and testing on Xcode 5.1. Now I'd like to submit it to the App Store and I need a Distribution Profile which I've created successfully. Trouble is, as soon as I…
Jay Versluis
  • 2,062
  • 1
  • 19
  • 18
2
votes
1 answer

in Xcode 5.1.1 interface builder, controls disappear when resized. Why?

when using Xcode 5.1.1 interface builder, controls disappear when resized. This did not happen in previous versions of Xcode. Also, resizing a control on a window in interface builder causes the whole window to move. This also did not happen in…
2
votes
2 answers

_OBJC_CLASS_$_ScringoAgent", referenced from:

I am using Scringo in BuzzTouch iOS application - and creating an archive. It fails with the following error (null): Ignoring file /Users/rbabu/Desktop/XCodeProjects/Development/selenagomez_iOS 1.4/Scringo/Scringo.framework/Scringo, missing required…
2
votes
2 answers

Xcode Code Coverage for projects with sub projects

I have multiple projects in my workspace including a subproject to one of my projects. So the folder structure is as such: Workspace |-- Pods Project `-- Main Project |-- AppDelegate.h |-- AppDelegate.m |-- UnitTests | |--…
teddy777
  • 661
  • 8
  • 20
2
votes
1 answer

Cordova 3.4.0 and Xcode 5.1.1

I'm building my first app with cordova/phonegap. Everything was just fine until I updated my iPhone 5S to iOS 7.1 AND Xcode to 5.1.1 Now I keep on getting this error: Check dependencies Code Sign error: No provisioning profiles found: No non–expired…
Francesca
  • 21
  • 2
2
votes
1 answer

Codesigning errors while creating Bots?

I am trying to Create Bot for my iOS app. I am getting following 3 errors. Code Sign error: No matching codesigning identity found: No codesigning identities (i.e. certificate and private key pairs) matching “iPhone Developer: Piscean” were…
Piscean
  • 3,069
  • 12
  • 47
  • 96
2
votes
2 answers

how to hide MasterView on ladscape and portrait orientations UISplitViewController iOS7.1

I am developing an app on iOS which displays a UISplitViewController. On portrait mode shows a button for showing/hidding the masterview controller (MenuPrincipalVC) like this: However when I rotate the view controller no matter if the menu was…
Jesus
  • 8,456
  • 4
  • 28
  • 40
2
votes
2 answers

Submit in-app purchase to itunesconnect always rejected, because it is too old productutil

I'm working on an application with in-app purchase feature. When using xcode 5.0.1 I managed to submit content (non-consumable) to itunesconnect. After I updated to xcode 5.1, I still can submit to itunesconnect without any error (passes…
opikpun
  • 33
  • 3
2
votes
2 answers

how to edit a plist programmatically in xcode 5 iOS 7?

how can I edit or change a value string from: in this plist I need change or Set "NO" in Enabled Value from Item 2, I see a lot examples, but not working, or are deprecated, or don't use ARC, any idea or example code? please help guys EDIT#1: I try…
user_Dennis_Mostajo
  • 2,279
  • 4
  • 28
  • 38
2
votes
3 answers

xcode 5.1 keeps modifying my storyboard

I've got an odd problem here. Whenever I view my storyboard file in Xcode, it immediately gets "dirtied" and needs to be saved. I save it. A second or two later, I see that the icon has gotten dark-gray again, indicating a file change. The weird…
Dan Morrow
  • 4,433
  • 2
  • 31
  • 45
2
votes
3 answers

Compile errors with segment.io after Xcode 5.1 update

After updating to Xcode 5.1, receiving compile errors: Undefined symbols for architecture arm64: "_OBJC_CLASS_$_LocalyticsSession", referenced from: objc-class-ref in Analytics(LocalyticsProvider.o) ld: symbol(s) not found for architecture…
snibbe
  • 2,715
  • 1
  • 27
  • 34