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

MoarFonts broken in Xcode 5.1.1

For the past 4 months, I've been using Moarfonts, a Build Phase Run Script that allows you to use custom fonts in Interface Builder. Today, when trying to build my app, the compiler thew a bunch of errors like this: error: Failed to install…
djibouti33
  • 12,102
  • 9
  • 83
  • 116
4
votes
2 answers

Xcode 5.1 crashes when it hits a break point

I have been working on an App today and have been able to debug it. All of the sudden I can't use breakpoints without Xcode 5.1 crashing. It will stop on the breakpoint, look like it's trying to display the local variables in the bottom left window,…
Ryan Tensmeyer
  • 865
  • 10
  • 26
4
votes
1 answer

Getting Command /bin/sh failed with exit code 65 Error with Xcode 5.1 .

Sadly, I updated my iOS from 7.0.4 to 7.1 and hence was forced to upgrade Xcode from 5.0 to 5.1, after which I had to solve several issues. But I am not able to resolve the following error. It would be great if you can help resolving it. I am…
rahulg
  • 2,183
  • 3
  • 33
  • 47
4
votes
1 answer

Adding Frameworks Xcode 5.1

How do you add frameworks in the new Xcode version 5.1? Now when you select your project file within Xcode at the top I only see 2 tabs now.. Info tab and Build Settings. The previous versions there was a general tab?
4GetFullOf
  • 1,738
  • 4
  • 22
  • 47
4
votes
2 answers

Issue with Unit Tests in Xcode 5.1 / iOS 7.1: assertion failure in BKSEventFocusManager

Seeing the following error when running XCTest-based Logic Tests after upgrading to Xcode 5.1 - would love to know of a workaround. 2014-03-11 12:57:42.258 xctest[25605:303] deferral properties must have a clientID 2014-03-11 12:57:42.258…
gemmakbarlow
  • 832
  • 12
  • 23
3
votes
2 answers

Photos app in ios 7.1 simulator not working

i clean installed os x Yosemite yesterday and installed xcode 6. but unfortunately my old project require ios 7.1 so i delete xcode 6 and installed xcode 5.1.1. everything seems to be working fine but when i click on Photos app in simulator, it…
3
votes
0 answers

How to suppress console logs of successful unit-tests in Xcode?

Any failure-log is lost amidst the flood of success-logs such as Test Case '-[TestClass testMethod]' started. Test Case '-[TestClass testMethod]' passed (0.029 seconds).` How do you disable these success-logs?
Blaz
  • 3,548
  • 5
  • 26
  • 40
3
votes
4 answers

Change the height of UILabel dynamically based on content

I have a UILabel as subview of UIButton and I am passing the value from another view and populating in UILabel. Now, I want that UILabel must change its height based on the content.If text is "Hello" it must be in 1 line but if text is " my text is…
Sushil Sharma
  • 2,321
  • 3
  • 29
  • 49
3
votes
1 answer

Localizable.strings files is shown in RED color in Copy Bundle Resources Xcode 5.1

My iOS app supports total 6 languages. I have 6 different language files in my project. Everything works perfectly but my Localizable.strings files for all language except "English" shown in RED color Copy Bundle Resources Xcode 5.1. I have used…
iOSAppDev
  • 2,755
  • 4
  • 39
  • 77
3
votes
1 answer

Using Parse and Google Maps in the same app - conflict at linker flags -- iOS 7.1, Xcode 5.1

I have an app where first time I used PARSE. Then for second update, client requested GoogleMaps . When setup GMS, it said: " Choose your project, rather than a specific target, and open the Build Settings tab. In the Other Linker Flags section, add…
Bonnke
  • 896
  • 1
  • 12
  • 24
3
votes
1 answer

Workspace integrity : The file could't be opened Xcode 5

I'm developing an application in PhoneGap using Xcode 5. I created project as per steps given in PhoneGap documentation. The app worked well in last run. But as of now it's showing an Workspace Integrity Error : The file cannot be opened. This…
Jayprakash Dubey
  • 35,723
  • 18
  • 170
  • 177
3
votes
0 answers

How do I properly link against OpenGL framework using clang in OS X and Xcode 5.1?

I am trying to figure out a building bug in an older python project, and I am completely stumped. The project requires a library to be linked against OpenGL, and the setup.py does so by passing -framework OpenGL flag to the linking stage of clang.…
vlsd
  • 945
  • 6
  • 18
3
votes
1 answer

Launch Image in asset catalog only has spaces for 2x and R4

I'm starting the design phase of an app and this is the first app I've ever built. The app is currently using iOS SDK 7.1 and has a Deployment Target of 7.0 Even after all of the research I have done so far here on stackoverflow and reading the iOS…
user3344977
  • 3,584
  • 4
  • 32
  • 88
3
votes
4 answers

Keep getting linker errors on Xcode 5.1 despite reverting to 32bit architectures only

since I updated to Xcode 5.1, which changes the standard architectures to also include arm64, I keep getting the following error from the linker: 0 0x109157f93 __assert_rtn + 144 1 0x1091faed4 ld::passes::stubs::Pass::makeStub(ld::Atom const&,…
micamoita
  • 450
  • 2
  • 14
3
votes
6 answers

Apple Mach-O Linker Error Parse

I recently added the iOS Parse Framework to my Xcode 5 project. I am getting 10 errors now... None from code. They are all Apple Mach-O Linker Errors. I took the framework out and the errors went away. I am using the latest Parse.framework, so I do…