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

Wrong trailing space constraints for children of UIScrollView

I have created a fresh View Controller, then added a Scroll View as child of the root View, and set "Leading/Top/Trailing/Bottom Space to Superview" to 0 so that the scroll view would fill its parent completely. Then I added a button as child of the…
AndiDog
  • 68,631
  • 21
  • 159
  • 205
23
votes
6 answers

Custom Fonts in Xcode 5

How would you add a custom font in Xcode 5 and how would you change every label in the project to that font? Because I've heard you can only do this programmatically?
Mr Big Problem
  • 269
  • 1
  • 3
  • 12
23
votes
6 answers

How do i request mic record permission from user

I am using the new iOS7 developer SDK and now the app request from the user his permission to record from mic when the App try to record in the first time. My App will record after a countdown,so the user can't see this request. I use this code to…
user2110287
22
votes
2 answers

Custom Trigger Scripts for Bot (Xcode 5 CI)

I am working on setting up CI for my iOS application and I am facing some issues. Where is a good place to find documents on Bot? I have seen the Xcode help but cant find any good example, also watched the CI video from 2013 conference How do i…
mshah
  • 986
  • 7
  • 7
22
votes
3 answers

iTunesArtwork png files needed in xCode 5?

In xCode 5 we have the ability to use the xcassets file to catalogue our app images. It appears that there is not a place for iTunesArtwork and iTunesArtwork2x files. Does this mean that these files are no longer needed in xCode 5? If they are…
SAHM
  • 4,078
  • 7
  • 41
  • 77
22
votes
2 answers

xcode 5 deprecation warning about glut functions

I just upgrade my mac os x 10.6.8 to 10.9 this morning. Everything goes fine except the Xcode 5 with OpenGL Glut APIs. Whenever I run my program involving glut functions, I got 30 deprecation warns, like: 'gluErrorString' is deprecated: first…
make217
  • 231
  • 1
  • 2
  • 3
22
votes
8 answers

Use iOS 5 Simulator in XCode 5?

It seems that XCode 5 only comes with the iOS 6 and 7 simulators. Is there a way to use the iOS 5 simulator with XCode 5?
Colen
  • 13,428
  • 21
  • 78
  • 107
22
votes
1 answer

Where can I find the non-retina iPhone Simulator running iOS 7.0 in Xcode 5?

Where can I find the non-retina iPhone Simulator running iOS 7.0 in Xcode 5?
Alaa Taher
  • 223
  • 2
  • 5
22
votes
1 answer

Use of Unit Test in Xcode 5

I am writing my first bigger iOS project and I want to use as much of Xcode 5 as possible. Now I want to use testing but I have never done it before. My project uses come Views and dynamic `TableViews. How could I implement the test in the code, so…
Christian Seiler
  • 1,130
  • 1
  • 13
  • 29
22
votes
5 answers

Xcode 5 deployment target limited only to iOS 7

What should be done for me to have the deployment target lower that 7.0 in my project preferences? Now any new project I create using Xcode 5 can only be deployed to iOS 7.0. That's how it looks:
Sergey Grischyov
  • 11,995
  • 20
  • 81
  • 120
21
votes
9 answers

Is there a way to have Xcode 5 autocomplete like Visual Studio?

Xcode 5 now displaced Xcode 4, and one common complaint that I had against both IDEs is that they don't autocomplete very aggressively. In Visual Studio, autocompletion is committed as soon as you hit a non-identifier key (like a parenthesis, a…
zneak
  • 134,922
  • 42
  • 253
  • 328
21
votes
4 answers

How do I make my debug app version receive production push notifications on iOS?

My server is sporting only one version of sending push notifications, and it has my production (release) push certificate. How do I test the notifications on my debug device and debug builds, using the same production certificate? My device is…
Dvole
  • 5,725
  • 10
  • 54
  • 87
21
votes
3 answers

Can't Submit App to App Store: "Sending API Usage to iTunes Connect" either times out or loses connection

I request your help with this as I have been fighting with this since last night. I have googled for hours and I can't seem to find a solution to this so I am starting to fall for desperation. Basically, I submitted an app last week. It got rejected…
Andy Ibanez
  • 12,104
  • 9
  • 65
  • 100
21
votes
8 answers

Assertion Failure in UICollectionViewData validateLayoutInRect on ios7

Assertion Failure in UICollectionViewData validateLayoutInRect on iOS7. I am trying to delete all UICollectionView items, one by one, using a for loop; I posted my code below. I delete the UICollectionView items using deleteItemsAtIndexPaths. It's…
user1888996
  • 271
  • 1
  • 3
  • 6
21
votes
3 answers

How to turn off icon gloss effect in Xcode 5

I'm making app and I'm try to turn off icon gloss effect. Earlier in Xcode 4 it was able to turn off icon gloss effect by turn on "Prerenderred" checkbox. Now when i want to use Assets catalog i have to edit .plist file. And i did it. I add key Icon…
Tomasz Szulc
  • 4,217
  • 4
  • 43
  • 79