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

CocoaPods installation issue using Xcode 5 and Xcode 4.6.3

After this command sudo gem install cocoapods I got error below. I think it is connected to the wrong path for Xcode 5. When I installed it I save it on Desktop but them moved it to the Application folder. I use Xcode 4.6.3 as well as Xcode 5. How…
Matrosov Oleksandr
  • 25,505
  • 44
  • 151
  • 277
2
votes
2 answers

Multiple View Controllers - iOS 7

I am try to develop an application involving text views. If I use the 4 inch size, it goes out of the screen on 3.5 inch devices. If I change the size to 3.5 inch, fix it and change it back to 4 inch, there is this big, ugly gap above the text…
Romejanic
  • 419
  • 1
  • 4
  • 9
2
votes
1 answer

Why isnt XCode 5 adding constraints in storyboard as I move views around using autolayout

My app was working and was ready for submit yesterday. I stupidly upgraded xcode. Some views needed adjustment. I got all but one working. The one that isnt working is View Scrollview Other child views The problem is the scrollview doesnt…
masteroleary
  • 1,014
  • 2
  • 16
  • 33
2
votes
0 answers

Xcode 5 attach to process debugging. Debug server quits unexpectedly

I have been using "Attach to process" feature from Xcode to attach debugger to running process . This used to work fine with Xcode 4. But with Xcode 5, debug server quits as soon app is put in background. However debug server works fine if I do…
Vinay
  • 149
  • 1
  • 9
2
votes
0 answers

Xcode 5 textview hyperlink not active

I transitioned my iphone app project into Xcode 5 so it has taken on the new look. I have found that a textview containing only a URL hyperlink that previously worked fine in Xcode 4 now does not show an active link. If I touch the link text and…
mikehoover
  • 71
  • 5
2
votes
2 answers

iPad landscape mode showing black bar in iOS7

When my app stars in landscape mode, a black bar (the same size and position as the dock) appears and my app gets cut and it never goes away when i rotate the device. It worked fine in iOS 6 and i can't find any solution.
2
votes
0 answers

Xcode 5 Opening storyboard file hangs and IDE goes to deadlock

I downloaded XCode 5 lately to support iOS 7, on my Macbook Pro (8 GB DDR 3 RAM). I have a storyboard file which has close to 30 Controllers in it. I opened the storyboard file post that it got hanged due to which i am unable to proceed. Here are…
aksani56
  • 606
  • 2
  • 6
  • 14
2
votes
4 answers

status bar is overlapping with the view in iOS7

status bar is overlapping with the view How do I set the view below the status bar in iOS7 I'm using XIB not a storyboard
AlgoCoder
  • 1,706
  • 5
  • 19
  • 40
2
votes
5 answers

Xcode 5 crashes with SVN version 1.7 - self signed certificate

I've updated to XCode 5 today (using the Mac AppStore) and ever since it keeps crashing whenever I open my previous projects (that are working copies of repos located in my local SVN). The error report contains infos…
Toubey
  • 199
  • 3
  • 14
2
votes
5 answers

Xcode 5.0 is stuck "Attaching to [MyApp]"

I can't run my app on the iPhone simulator. Xcode 5.0 shows that it is currently "Attaching to [MyApp]" and will be stuck in this. Previously in Xcode 4.2 I can change the debugger to GDB and it works, but in Xcode 5.0 there is only LLDB. Anyone…
Scott
  • 773
  • 1
  • 6
  • 18
2
votes
1 answer

XCode 5 View Debugging Feature

I just installed xcode 5 and wanted to try the new "View Debugging" feature. Clicking on the eye-icon of an UIView in the debugger, does not bring up a graphical representation of the view, as shown at WWDC 2013 in the session about "What's new in…
user1755189
  • 443
  • 4
  • 12
2
votes
1 answer

Xcode 5 not showing project configuration options

While creating the new project Xcode doesn't show options like Automatic Reference Counting Use Story Boards. and so on.
aMother
  • 893
  • 8
  • 19
2
votes
0 answers

Suppress the "always true" warning in XCode 5

How can I disable this kind of warning - Comparison of constant -1 with expression of type 'int' is always true It would appear for a code like this - int x = -1; if (x == -1) // do stuff So, how can I suppress this warning? I can see a…
Kof
  • 23,893
  • 9
  • 56
  • 81
2
votes
1 answer

iOS 7 - Behavior of dynamic wallpapers for custom UIViews

I have been fiddling around with the new Xcode 5 GM and UIDynamics to create an effect like the new "Bubble" Wallpaper on the iPhone Dashboard. I want basically the same thing. certain Images added as a subview inside a custom UIView and added as an…
Benzy
  • 855
  • 7
  • 16
2
votes
3 answers

Installing XCode 5 on OS X 10.7?

The New Features in XCode 5 Section says that Xcode 5 requires a Mac running OS X v10.8. Also the Compatibility Sections states that XCode 5 requires at least OS X 10.8. Is there a way to install XCode 5 on a Macbook Pro (Core 2 Duo) running OS X…
powtac
  • 40,542
  • 28
  • 115
  • 170