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
83
votes
9 answers

Can Xcode 6 and Xcode 5 coexist on the same computer?

I currently have and use Xcode 5, and while I'd like to experiment with Xcode 6, I don't want to use it for production. Can I have both of them installed on the same computer without them conflicting with each other? I couldn't find anything on this…
mredig
  • 1,736
  • 1
  • 16
  • 29
83
votes
4 answers

iOS 7 App Icons, Launch images And Naming Convention While Keeping iOS 6 Icons

I just finished an app on iOS 6 and bought a developer account a week ago so haven't had much time playing with the iOS 7 SDK. Just downloaded the Golden Master version and trying to upgrade my app to be compatible with iOS 7. I realised that iOS 7…
AJ112
  • 5,291
  • 7
  • 45
  • 60
80
votes
6 answers

Xcode 5 - Required plug-in not present in DVTPlugInCompatibilityUUIDs?

After upgrading Xcode to v5.0.1, I started receiving following warning in terminal when trying to run git commands inside project folder: [MT] PluginLoading: Required plug-in compatibility UUID 37B30044-3B14-46BA-ABAA-F01000C27B63 for plug-in at…
nomann
  • 2,257
  • 2
  • 21
  • 24
79
votes
10 answers

Can't endBackgroundTask: no background task exists with identifier, or it may have already been ended

I am using background task to run the timer in the background to update the user's location. It's declared as: UIBackgroundTaskIdentifier bgTask; in the header file, and initialized as: bgTask = UIBackgroundTaskInvalid; But still, I am getting…
raj
  • 805
  • 1
  • 6
  • 7
77
votes
1 answer

How do I view the full build log on xcode5?

I'm getting an error from lipo and I'd like to see all the steps leading up to it. The xcode UI is only showing me the errors themselves. Is this located as a text file or can xcode 5 show the complete log some how?
Joseph Lennox
  • 3,202
  • 1
  • 27
  • 25
76
votes
3 answers

The app references non-public selectors in Payload/.app/: decoder

I am getting this warning while submitting app to the Apps store through organizer. The app references non-public selectors in Payload/.app/: decoder i know we get this warning if we use any Third Party API in our application. I have used…
Akshay Aher
  • 2,525
  • 2
  • 18
  • 33
75
votes
7 answers

Is there any way to add constraint between a view and the top layout guide in a xib file?

In iOS 7, we can now add a constraint between a view and the top layout guide, which I think is very useful to solve the status bar offset issue in iOS7(especially when there is no navigation bar in the view). In a storyboard file, I can add this…
Henry H Miao
  • 3,420
  • 4
  • 20
  • 26
74
votes
4 answers

Add spacing constraint to superview in Xcode 5

I am building an iOS app in Xcode 5, and I'm having trouble adding layout constraints. In Xcode 4.x, I could just add leading/trailing/top/bottom spaces to container (superview) to any UI element. Now, I only have this option: I want to add a…
Can Poyrazoğlu
  • 33,241
  • 48
  • 191
  • 389
73
votes
4 answers

CocoaPods arm64 issue

When using Podfile for developing iOS 7 app with Xcode5, we always got this issue. After some searching, seems like no final resolve from CocoaPods ? Maybe resolved at this moment when you see this. How to resolve such issues right now ? The…
Forrest
  • 122,703
  • 20
  • 73
  • 107
70
votes
3 answers

How to debug app when launch by push notification in Xcode

I am using Xcode 5. I am working with push notifications in iOS. I am getting satisfying results for background mode and foreground mode that can be debugged easily on an iOS device. But problem is when app is in closed state and launched by push…
dk-obl
  • 751
  • 1
  • 5
  • 8
70
votes
6 answers

Access Asset Catalog pathForResource

It appears that: [[NSBundle mainBundle] pathForResource:@"name" ofType:@"png"]; Does not return anything for assets that are inside the Images.xcassets asset catalog. I also tried: [[NSBundle mainBundle] pathForResource:@"name" ofType:@"png"…
MobileVet
  • 2,958
  • 2
  • 26
  • 42
69
votes
7 answers

After update to Xcode 5 - ld: symbol(s) not found for architecture armv7 or armv7s linker error

I just updated my iPhone 4S software to iOS 7 Beta 2 while I was in the middle of putting the final touches on a new app (Phonegap).. not a good idea! After it was done Xcode didn't detect my iPhone so I installed Xcode 5 beta. After tinkering…
barney
  • 891
  • 1
  • 8
  • 12
64
votes
7 answers

How to permanently fix Xcode 5 SpringBoard failed to launch application with error: -3

Launching apps from Xcode 5 to the iOS simulator (multiple OS versions) fails with SpringBoard failed to launch application with error: -3. I can get around the problem by 'turning it off and back on again' (quitting the simulator and relaunching,…
Kyle Clegg
  • 38,547
  • 26
  • 130
  • 141
63
votes
9 answers

Setting Selected Image in Tab Bar Controller with Storyboard

I am using Storyboarding and I have a tab bar controller with five tabs. In the storyboard, I am able to set the image for the tab bar item. Apple docs suggest to have two icons for each tab bar item - one for selected and one for the unselected…
Siddharth
  • 5,009
  • 11
  • 49
  • 71
61
votes
6 answers

How to change the bundle identifier of an app in Xcode 5?

Xcode 5 won't let me change the bundle identifier. The app name portion after com.mycompany. is greyed out. I created a bundle identifier in ITC which slightly differs and I want to use this new bundle identifier. Do I have to create a new Xcode…
openfrog
  • 40,201
  • 65
  • 225
  • 373