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
128
votes
24 answers

No identities are available for signing Xcode 5

I have an error "No identities are available for signing" when try to validate my app in Xcode 5. I tried all: Recreate certificates and provisioning profiles, all methods which have been described on this site and another resources; I'm confused,…
Oleksii Moiseenko
  • 1,298
  • 2
  • 8
  • 6
123
votes
1 answer

Xcode Find and replace in all project files

I need to replace NSLog with DDLogVerbose in all files in the current project I am working on… What is an easy method to do this? (the search navigator only has search in it). Also I need to add a line at the beginning of all .m files. How is this…
user426132
  • 1,341
  • 4
  • 13
  • 28
114
votes
14 answers

Cannot find executable for CFBundle CertUIFramework.axbundle

Just updated to Xcode 5 and this is the first error its throwing on the logger for all my apps. Can't seem to understand why this is happening. 2013-09-19 10:46:54.341 MyApp[1156:a0b] Cannot find executable for CFBundle 0x8a7c7a0…
carbonr
  • 6,049
  • 5
  • 46
  • 73
113
votes
14 answers

Status bar won't disappear

I'm creating an application and I want the status bar hidden. When I test the app, the status bar is hidden whilst the splash screen is shown, but once the app is fully loaded, the status bar reappears. I'm using Xcode 5 and iOS 7, and have tried…
user2397282
  • 3,798
  • 15
  • 48
  • 94
112
votes
6 answers

Interface Builder: What are the UIView's Layout iOS 6/7 Deltas for?

I just noticed the iOS 6/7 Delta property found under the UIView's structs layout. What is this for and why is this missing from AutoLayout?
Frederick C. Lee
  • 9,019
  • 17
  • 64
  • 105
111
votes
19 answers

UIStatusBarStyle PreferredStatusBarStyle does not work on iOS 7

In my iPhone application built with Xcode 5 for iOS 7 I set UIViewControllerBasedStatusBarAppearance=YES in info.plist, and in my ViewController I have this code: -(UIStatusBarStyle) preferredStatusBarStyle { return…
Andrew Smith
  • 2,919
  • 2
  • 22
  • 25
106
votes
8 answers

Find provisioning profile in Xcode 5

In Xcode 5, I can get list of provisioning profiles under Xcode >> preferences >> accounts >> view details. I want to copy profile and have to send it to one of my client, but I am not able to right click on it to find it using "Reveal Profile in…
Ankur
  • 5,086
  • 19
  • 37
  • 62
105
votes
8 answers

How do I rename a project in Xcode 5?

How do I rename a project in Xcode 5? What steps do I need to take? In the past this was always a very tricky manual process.
uchuugaka
  • 12,679
  • 6
  • 37
  • 55
104
votes
11 answers

Xcode "Could not launch". Only reports "Security" as error

I've edited the app name out. Other than that the dialog is exactly like this. I'm developing an enterprise app and I've tried restarting xcode and the iPhone I'm developing on. No change. Anyone encountered this? Are there any log posts that could…
GusOst
  • 4,105
  • 3
  • 19
  • 28
102
votes
22 answers

Failed to instantiate the default view controller for UIMainStoryboardFile 'Main' - perhaps the designated entry point is not set?

I am using Xcode in a newly created app and when I run the project it does not show in the iOS Simulator and I get the following message: Failed to instantiate the default view controller for UIMainStoryboardFile 'Main' - perhaps the designated…
rodrigoalvesvieira
  • 7,895
  • 15
  • 63
  • 84
102
votes
14 answers

Xcode 5 & Asset Catalog: How to reference the LaunchImage?

I am using Xcode 5's Asset Catalog, and I would like to use my LaunchImage as the background image of my home view (a pretty common practice to make the transition from 'loading' to 'loaded' look smooth). I would like to use the same entry in the…
toblerpwn
  • 5,415
  • 8
  • 38
  • 46
99
votes
17 answers

Xcode 5 - "iOS Simulator failed to install application" every time I switch simulators

Using Xcode 5 GM, anytime I switch to the 5.1, 6.0 or 6.1 simulators to test, I get the error "iOS Simulator failed to install application." When I reset the simulator it works, but this is getting very tiring. Anybody have a permanent fix or…
Tom Redman
  • 5,592
  • 4
  • 34
  • 42
97
votes
8 answers

Multiple cursors / highlight next instance of currently highlighted word

In Sublime Text, it's easy to select the next instance of a word by pressing command + d and also place multiple cursors by pressing command & clicking. I know I'm not alone in saying this is an incredibly useful function in editors. I haven't had…
Matt Rowles
  • 7,721
  • 18
  • 55
  • 88
93
votes
12 answers

iOS7 UISwitch its Event ValueChanged: Calling continuously is this Bug or what..?

Edit It's now fixed on ios7.1 Don't do any tweak to fix it. Edit2 Apparently the same problem happens again in iOS 8.0 and 8.1 Edit3 It's now fixed on ios9.2 Don't do any tweak to fix it. Hi Today i seen in UISwitch's Event ValueChanged: Calling…
Nitin Gohel
  • 49,482
  • 17
  • 105
  • 144
91
votes
13 answers

Delete provisioning profile from Xcode 5

I've struggling with this for hours. I have 2 same provisioning profiles I've created and the new profile didn't substitute the old one (which expires 6 days earlier than the new one). Through the XCode 5 menu I can't seem to delete the duplicate…
Sergey Grischyov
  • 11,995
  • 20
  • 81
  • 120