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
58
votes
8 answers

Xcode 5/6: View Debugging always grayed out?

The "Debug / View Debugging" menu is always grayed out for me in Xcode 5 (and 6), even when the target is stopped at a breakpoint. How do I enable it?
Binks
  • 1,796
  • 1
  • 13
  • 11
57
votes
5 answers

General tab missing

I have just switched over to using Xcode 5. I have gone to change the name of my application with some other settings which I need to change, However when I have gone to do this I noticed my "General" tab is missing. Does any one know why this may…
Sophia_xoox
  • 947
  • 4
  • 12
  • 26
57
votes
6 answers

How can I add JPEGs to an asset catalog in Xcode?

Is it possible to add assets other than PNG files to an Xcode Asset Catalog? When I drag JPEG files into an Asset Catalog they aren't accepted by the UI.
David Snabel-Caunt
  • 57,804
  • 13
  • 114
  • 132
57
votes
4 answers

How to create variables for use in Xcode build settings values?

XCode has a number of built-in variables that are used for convenience in Build Settings, for example "$(PRODUCT_NAME)" or "$(CURRENT_ARCH)". Can I define my own variables? How / where?
Ben Flynn
  • 18,524
  • 20
  • 97
  • 142
54
votes
2 answers

DP5 errors in IOHIDEventQueue.c

I was working on XCode5-DP4 and I switched to DP5. Now I have this nasty errors on my logs: AssertMacros: queueEntry, file: /SourceCache/IOKitUser/IOKitUser-920.1.11/hid.subproj/IOHIDEventQueue.c, line: 512 Any ideas? I don't even know where to…
Lucas
  • 1,135
  • 1
  • 9
  • 20
54
votes
3 answers

Xcode 5 Error CertUIFramework.axbundle

I am hoping someone has had these errors and knows how to fix it. This is the console output in Xcode 5 b4 that suddenly…
Rene Kahle
  • 541
  • 1
  • 4
  • 5
52
votes
7 answers

Xcode 5 Round Rect Buttons

I have an app that incorporates many round rect buttons. However, in xcode 5, those dont exist. How do I get the round rect buttons back? They are essential to my app. Now it just is pressable text. What do I do? I am planning on releasing this app…
user2779450
  • 733
  • 1
  • 9
  • 19
51
votes
19 answers

Xcode error : Distill failed for unknown reasons

Does anybody know why this error happens on Xcode 5? Answer I had this problem when I accidentally renamed a .psd as a .png. Converting the image to an actual png instead of a Photoshop file fixed it for me.
Jun
  • 3,422
  • 3
  • 28
  • 58
50
votes
5 answers

Cannot create outlet connections to subviews in Interface Builder (Xcode 5)

I know this appears to be a duplicate of some other questions, but the answers are not working for me. I have created a single view app. In the storyboard I added a subview to my main view. I have a label on my main view and another label on my…
Patricia
  • 5,019
  • 14
  • 72
  • 152
49
votes
6 answers

Warnings: Misplaced View

I recently updated Xcode and I got the following warnings: I tried Editor -> Resolve Auto-Layout Issues -> Clear all constraints in view controller but it did not work... I am using Xcode 5. How do I remove the warnings?
Abdullah Shafique
  • 6,878
  • 8
  • 35
  • 70
49
votes
25 answers

iOS 7 status bar overlapping UI

I recently upgraded to xcode 5 and when I run my app in the iOS simulator the splash screen overlaps the status bar and when you are in the app the status bar overlaps onto elements on my app, like a back button I have on the top left hand corner of…
Automator21
  • 647
  • 2
  • 7
  • 11
48
votes
3 answers

Set size of view in NIB / XIB file

In Xcode 4, there was a never-quite-fixed bug where Xcode prevented you from resizing views (some silly "Design feature") - you had to make sure you set all the topbar/statusbar/navbar/tabbar to "none" before it would unlock the controls. XCode 5…
Adam
  • 32,900
  • 16
  • 126
  • 153
47
votes
3 answers

Unsupported compiler 'com.apple.compilers.llvmgcc42' xcode 5 DP

I have a project which contains Geos and Proj inside it. Before Xcode 5 I compiled them with LLVM GCC 4.2 compiler, but in Xcode 5 DP I get an error about unsupported compiler. Choosing another compiler get to compilation errors depends on syntax.…
Azat
  • 6,745
  • 5
  • 31
  • 48
46
votes
5 answers

How remove a old provisioning profile in xcode 5?

I've install different provisioning profile in my xcode 5, before for remove it you had a session with all provisioning profile installed on the mac, but now this session disappear, how can I have access to this session now?
mark jannet
  • 580
  • 1
  • 5
  • 12
46
votes
1 answer

Xcode 5: how to enable "reopen last projects/windows"?

I'm stumped. Xcode 5 - the final and public release only - will no longer automatically re-open the previously open projects when restarting Xcode. This feature always used to work, up to and including the Xcode 5 GM seed. I can't find anything…
CodeSmile
  • 64,284
  • 20
  • 132
  • 217