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
170
votes
18 answers

Xcode 5.1 - No architectures to compile for (ONLY_ACTIVE_ARCH=YES, active arch=x86_64, VALID_ARCHS=i386)

After updating to Xcode 5.1, I can no longer build my project for the 64-bit simulator, receiving this error: No architectures to compile for (ONLY_ACTIVE_ARCH=YES, active arch=x86_64, VALID_ARCHS=i386). These are my target build settings: I…
ebi
  • 4,862
  • 6
  • 29
  • 40
81
votes
8 answers

xcode 5.1: libCordova.a architecture problems

Yesterday (3/10/14) when iOS 7.1 was released I also upgraded to Xcode 5.1 and found that my PhoneGap/Cordova project would no longer compile to my iPhone 5s. I also upgraded Cordova to the most recent release: v 3.4.0-0.1.3. I have read many…
inorganik
  • 24,255
  • 17
  • 90
  • 114
63
votes
6 answers

Arm64 architecture in xcode 5.1

In the new XCode 5.1, arm64 has become among the standard architectures to build for. However, in current projects of mine I included libraries (Google AdMob for example) that do not yet support this new architecture - these are now causing linker…
MrJre
  • 7,082
  • 7
  • 53
  • 66
43
votes
1 answer

Auto property synthesis (@property) and inheritance

With XCode 5.1, a new warning appears. It made me understand -obviously- that I was doing something wrong. The idea was to have an object (a model) and it's mutable version which inherits from the original class. So the idea is to open a property…
Tancrede Chazallet
  • 7,035
  • 6
  • 41
  • 62
37
votes
3 answers

"'cc' failed with exit status 1" error when install python library

Like many others, I'm having issues installing a python library (downloaded as a tar, then extracted). rodolphe-mbp:python-Levenshtein-0.11.2 Rodolphe$ sudo python setup.py install running install running bdist_egg running egg_info writing…
Lucien S.
  • 5,123
  • 10
  • 52
  • 88
29
votes
1 answer

Unity3D/Xcode: Debug Logs not available on Device, can't see in Console

I'm having a pretty strange issue I haven't encountered before in Unity - I'm unable to get my Debug.Log() calls, or my NSLog() calls from Unity and Xcode to display to the console when I build the application to my device. Here's what I've been…
Retribution
  • 323
  • 4
  • 8
28
votes
15 answers

Could not build module 'UIKit" in cocoapods since Xcode 5.1

I cannot build my application anymore since I updated Xcode to the new version (Xcode 5.1). the error message is 'Could not build module 'UIKit''. I have the same problems with my two pods: AFNetworking SDWebImage Any thought on this?
Sancho Sanchez
  • 590
  • 1
  • 6
  • 19
25
votes
4 answers

XCode 5.1 Unit Test Coverage Analysis Fails On Files Using Blocks

Today I was tasked with adding unit test coverage analysis to our code base. Today is also the day iOS 7.1 is released along with XCode 5.1. From the release notes: The gcov tool for code coverage testing has been reimplemented. The new version…
LeffelMania
  • 12,765
  • 4
  • 32
  • 34
24
votes
4 answers

Xcode 5.1: missing required architecture arm64

Just upgraded to Xcode 5.1, getting the following error: ignoring file ...Dependencies/SalesforceNetworkSDK/libSalesforceNetworkSDK.a, missing required architecture arm64 in file ...Dependencies/SalesforceNetworkSDK/libSalesforceNetworkSDK.a…
Bradley Thomas
  • 4,060
  • 6
  • 33
  • 55
22
votes
7 answers

Error while setting app icon and launch image in xcode 5.1

I get the following error after dragging an image to set it as app icon and launch image Images.xcassets: The app icon set named "AppIcon" did not have any applicable content. Images.xcassets: The launch image set named "LaunchImage" did not have…
Anish
  • 745
  • 2
  • 8
  • 21
20
votes
2 answers

Xcode 5.1 method search only allows one character?

I've recently upgraded to Xcode 5.1 and I'm experiencing the most annoying bug. The instant search or method search dialog that allows you to search the methods on the given source file you are looking at isn't allowing me to enter more than one…
Etienne
  • 1,197
  • 10
  • 19
20
votes
4 answers

How to update our static library architecture for suporting arm64 Build?

Few days ago i create static-library (Universal) that work's fine with Xcode5.0 SDK7. After Update Xcode5.1 with SDK7.1 that not work if i select simulator iPhone Retina(4-inch 64-bit). Then i am going to update my lib with Bellow setting change. I…
Nitin Gohel
  • 49,482
  • 17
  • 105
  • 144
20
votes
6 answers

The plugin didn't work on xcode 5.1

I've updated xcode to version 5.1. And all my plugins didn't work. I didn't see any error log when I install them again. How can I detect result of installing processing? I'm using…
Tony
  • 4,311
  • 26
  • 49
19
votes
2 answers

No architectures to compile for (ARCHS=i386, VALID_ARCHS=arm64 armv7 armv7s)

Preface: I did look at similar questions and none of the answers seemed to fix my problem. I am trying to build my xcode (version 5.1.1) project using: xcodebuild clean build -sdk iphonesimulator7.0 -arch "armv7s" ONLY_ACTIVE_ARCH=NO, when I run…
heinst
  • 8,520
  • 7
  • 41
  • 77
18
votes
4 answers

Xcode 5.1 Error spawning child process: Permission denied

The error: Error spawning child process: Permission denied pops up in the console about one in every five or ten times that I try to run my project in the Xcode simulator. When this happens the project does not run. Rerunning the project (Cmd-R…
paulvs
  • 11,963
  • 3
  • 41
  • 66
1
2 3
17 18