Questions tagged [xcode5]

Xcode 5 is Apple's integrated development environment (IDE). Xcode 5.0 included the SDKs for Mac OS X 10.8 and iOS 7. *Do not use this tag unless your question specifically involves the Xcode IDE!*

Xcode 5 is an Apple integrated development environment (IDE). This version of Xcode includes the SDKs for Mac OS X 10.8 and iOS 7. It is available free on the Mac App Store and as a downloadable disk image file (DMG) from http://developer.apple.com/xcode

This tag should only be used for questions about the Xcode 5 integrated development environment (IDE) itself, and not for general Mac or iOS programming topics. Use for Mac programming questions, and or for iOS programming questions.

If the question is related to the Xcode IDE in general (not specific to Xcode 5), use the tag.

3988 questions
21
votes
3 answers

Upgraded to iOS 7 beta / Xcode 5 beta and receiving warning "CODE_SIGN_ENTITLEMENTS specified without a valid Developer Signing Identity for iOS"

Just upgraded to iOS 7 beta (and Xcode 5 beta) and am receiving the following warning when I build a preexisting app that I'm moving to iOS 7 Check dependencies: warning: CODE_SIGN_ENTITLEMENTS specified without a valid Developer Signing Identity…
AngeloS
  • 5,536
  • 7
  • 40
  • 58
20
votes
3 answers

Turning off the "'register' storage class specifier is deprecated" warning

With the recent Xcode 5.1 update we're getting a bunch of new warnings in our code base - this is apparently related to an updated version of clang that now warns about usages of the register storage class specifier in C++11 sources as it has been…
Jay
  • 6,572
  • 3
  • 37
  • 65
20
votes
1 answer

Quartz Core Import not required in Xcode 5?

Just stumbled across this today. I am getting warnings in Xcode 4.6 if I try to access the CALayer without importing . The same however works fine in Xcode 5.
Anonymous
  • 219
  • 2
  • 6
20
votes
1 answer

Archive only when all tests passed with Xcode 5 Bots?

I'm trying to do continuous deployment to HockeyApp when all tests in a test suite pass. I have set up an archive post-action that successfully uploads the app to HockeyApp, but the problem is this gets run whether the tests pass or not. Is it…
Joe
  • 241
  • 1
  • 8
20
votes
3 answers

Springboard failed to launch application with error 3, 0, 4, etc

Why Xcode fails to launch application in simulator? I've gone through many solutions on the web but sometimes they work and sometimes they don't. Many times what I did to solve the problem is quitting the simulator, deleting the…
user2979250
20
votes
5 answers

Storyboard file 'MainStoryboard_iPad~ipad.storyboardc' was not found

I am attempting to validate my iOS project before uploading it to the App Store. It's an iPhone app that runs fine in the simulator and on my iPhone test device. It works fine in iOS 6.1 and iOS 7. When I run the Validate check in Xcode Organizer,…
Doug
  • 205
  • 2
  • 4
20
votes
4 answers

AVAudioRecorder & AVAudioPlayer with iOS 7 not working properly

i'm having some issue with AVFoundation framework. I wrote a demo app to record audio, play it, and calculate decibels, with iOS 6. It both worked with iOS simulator built-in xcode 4.6.3 and my iPhone with iOS 6.1.3 Now i've update xcode to version…
ace_ventura
  • 468
  • 1
  • 4
  • 14
20
votes
3 answers

'Icon already includes gloss effects' doesn't work on iOS 6 compiled on xCode 5 with SDK 7

Icon already includes gloss effects doesn't work on iOS 6 compiled on xCode 5 with SDK 7. How to fix this issue? Image assets on the project are enabled.
Dmitry
  • 14,306
  • 23
  • 105
  • 189
20
votes
4 answers

Xcode5 GM crashes, "no identities are available for signing" then crash

My Xcode 5 GM crashes every time when "no identities are available for signing" I clicked [choose]. here is crash log Process: Xcode [7923] Path: /Applications/Xcode.app/Contents/MacOS/Xcode Identifier: …
arajio
  • 211
  • 2
  • 6
20
votes
5 answers

How to 'Build & Run' on multiple destinations at once in Xcode?

How can one run a project on multiple destinations (say, iPhone, iPad and iSimulator) at once? There are 2 related questions: Xcode 4 - One Click Build to Multiple Devices? Run on simulator and phone with one click The 1ˢᵗ question (supposedly)…
Blaz
  • 3,548
  • 5
  • 26
  • 40
19
votes
2 answers

viewWillAppear or viewDidAppear on NSWindowController

I'm developing an app on MacOS X with Xcode5.1 and there's an action I want to trigger everytime the user opens or shows a NSWindowController all I found was windowDidLoad windowWillLoad awakeFromNib but nothing like in iOS: my…
Jesus
  • 8,456
  • 4
  • 28
  • 40
19
votes
9 answers

missing required architecture x86_64 in file libCorePlot-CocoaTouch.a

According to the Ray Wenderlich tutorial, I done the following : Step 1 - I downloaded CorePlot_1.4.zip on the official website Step 2 - I added to my project the CorePlotHeaders folder and the static library named libCorePlot-CocoaTouch.a (checking…
Jonathan F.
  • 2,357
  • 4
  • 26
  • 44
19
votes
15 answers

Lexical or Preprocessor Issue 'FacebookSDK/FacebookSDK.h' file not found

I just add facebookSDK.framework in ios project through this document :Getting Started with the Facebook SDK for iOS I have successfully build and run my Xcode project by following it. But when I copy my Source code and run it on another PC…
19
votes
9 answers

Launch images show black, when using Asset Catalog

In Xcode 5, I use the asset catalog to manage the app icons and launch images for my app. The app icons work fine on all devices, but the launch images just on a few. I have added launch images for every possible device, and iOS (6.1 and 7.0), that…
OscarWyck
  • 2,515
  • 5
  • 21
  • 26
19
votes
8 answers

how to change backbutton color iOS7

I've been developed an app for iOS7 which has this design As you can see there's a blue arrow for all my BackButton (using UINavigationController and segues), I want to make them red, this is my code: [UIBarButtonItem …
Jesús Ayala
  • 2,743
  • 3
  • 32
  • 48