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
2
votes
3 answers

How to establish outlet connection in Xcode

I am following a tutorial HERE on creating a table-view controller in Xcode. I am using the latest version of Xcode (Xcode 5). At the top of the tutorial it says its for iOS 5. In the tutorial a cell is created and an UIImage and a few labels are…
heyred
  • 2,031
  • 8
  • 44
  • 89
2
votes
1 answer

Xcode 5 new documentation parsing comment on same line as property or method

For property and method declarations I want to use XCode 5's new document parsing to get documentation for the comment at the end of the line, but nothing I have tried seems to have worked. None of these work: - (BOOL)open; /**< @Returns NO if…
Skotch
  • 3,072
  • 2
  • 23
  • 43
2
votes
1 answer

Mac App Store Xcode 5 deletes Xcode 4

Just installed Xcode 5 with the app store, since iOS 7.0.2 released. I had a renamed version of Xcode 4 in my applications folder, which was deleted (I assume) during the installation process of Xcode 5, even though I had renamed the package to…
Nick Hingston
  • 8,724
  • 3
  • 50
  • 59
2
votes
1 answer

iOS7: Navigation Bar and Tab Bar transparency looks different on a real iDevice

I'm currently developing an app for iOS7, using XCode5. Today was my first attempt to test the app on a real device (iPhone 4 with iOS7.0). I've noticed there is a difference between what I see in the simulator and what I see on the real device. The…
thedp
  • 8,350
  • 16
  • 53
  • 95
2
votes
3 answers

Xcode docset RSS feed for iOS 7

Is there an RSS feed for the Xcode iOS 7 docset? This is helpful for manually downloading .xar files for docsets. The RSS feed information was previously shown in Xcode 4 in Settings > Downloads, but is not shown in Xcode 5. The feed address for iOS…
Bryan Luby
  • 2,527
  • 22
  • 31
2
votes
1 answer

iOS simulator reverts to iOS7 when I'm trying to run 6

I'm having a weird situation in XCode 5 that I can't explain. My project's build target is iOS 6.1. I go into the simulator menu and change device to iPhone Retina (4-inch) / iOS 6.1. Should run in iOS6, yes? When I hit run, the simulator…
Reid
  • 1,109
  • 1
  • 12
  • 27
2
votes
2 answers

Building with iOS7 produces iOS6 looking widgets

After moving to XCode 5 and the iOS7 base SDK, some of the UI widgets in my app still look like iOS6-style (gradients, frames) on iOS7 devices. This doesn't happen on the equivalent emulator for iOS7. This also doesn't happen for all widgets,…
HeroOfSpielburg
  • 209
  • 2
  • 10
2
votes
1 answer

Remove all localizations from an Xcode project

I've just started a new project (a Cocoa App) with Xcode 5. Since I don't need to internationalize it, I would like to remove all the localized files. I tried many ways to achieve this but once I've delete all the localized files, Xcode shows this…
Nesk
  • 478
  • 1
  • 6
  • 19
2
votes
3 answers

Xcode 5 not installing and running app in simulator

I am using Xcode 5 and running app for iOS 7. When I press "Run" app does not get installed in simulator. If simulator is not running then simulator is started but nothing happens in simulator. Xcode does not show any error or log. Xcode display…
Ram Suthar
  • 356
  • 2
  • 9
2
votes
1 answer

Xcode5 image assets landscape/portrait image

I use the new feature of Xcode 5 - media assets. I want to add portrait and landscape image for iPad. For selected image there is only option to add retina and non retina, no option for landscape and portrait. Is there any way to add landscape and…
nyanev
  • 11,299
  • 6
  • 47
  • 76
2
votes
3 answers

Xcode 5 "Missing compiler spec LLVM 4.2" error

I am currently trying to build my project in Xcode 5. Build fails with error: Dependency Analysis Error: missing compiler specification for file for…
ansonl
  • 786
  • 1
  • 13
  • 34
2
votes
1 answer

When using ABMultiValueCopyValueAtIndex, how to get NSString with all the special charecters removed?

When i am using ABpeoplePickerNavigationController, when the below delegate gets called, I am trying to do the following: - (BOOL)peoplePickerNavigationController:(ABPeoplePickerNavigationController *)peoplePicker…
2
votes
1 answer

Xcode 5 crashes when I click on auto layout(On)

When I'm viewing the storyboard, and click the auto layout check box, Xcode crashes and asks to send error report. I clicked the auto layout to turn it off and must have saved it. So now any time I open Xcode and turn it on, that's when it…
jgvb
  • 304
  • 5
  • 16
2
votes
1 answer

can we place OS version specific images other than app icon or launch image in Asset Catalog?

We can place iOS specific app icon and launch image in Asset Catalog. Can we place other images used for buttons, bars or other UI elements in the Asset Catalog to be used with specific iOS versions? Or there is only way to do these…
Amit Vyas
  • 41
  • 2
2
votes
2 answers

Assets Catalog ImageSet - Edit Contents.json

I often use iPhone 2x image also for iPad 1x. By adjusting the layout the app still looks nice. Asset Catalogs supports this, except for one little detail. When I drag & drop an image to iPhone 2x and also to iPad 1x it creates a copy of the…
coco
  • 4,912
  • 2
  • 25
  • 33