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

XCode 5 in app purchase issue

On Xcode 4.6.3 this delegate method below works good: - (void)productsRequest:(SKProductsRequest*)aRequest didReceiveResponse:(SKProductsResponse*)response; But when I try to run the same project on Xcode 5 it does not work. Instead of invoke…
Matrosov Oleksandr
  • 25,505
  • 44
  • 151
  • 277
2
votes
2 answers

Collision Normal in iOS7 SpriteKit Physics

Does anyone know how to find or calculate the collision normal in SpriteKit. Coming from Box2D, there is a manifold method that provides the normal information, but in SpriteKit framework, the SKPhysicsContact only provides a contact point. I am…
badboy11
  • 541
  • 1
  • 6
  • 19
2
votes
1 answer

In App Purchased not working in Live

Last night my app approved for sale in the app store, my surprise was that by downloading, the In Purchased app not working, as if they were live. I read that Apple's taking 24 to 48 hours when live IAP. Is that true?
Juan Carlos
  • 43
  • 1
  • 6
2
votes
1 answer

Where's the API documents file stored in Xcode 5?

Just now, I updated my Xcode to 5.0, and I downloaded API documents. At Xcode 4.6.3 and earlier, I can find API documents files in Xcode/Contents/Developer/Documentation/DocSets/ Now, however, I can't find again. Where are them?
jerrylei
  • 340
  • 1
  • 11
2
votes
1 answer

Dropbox SDK on xcode 5 for iPhone Retina 4-inch 64 bit

When I added the SDK to the project the following warning appears but ONLY for 64 bit architecture ld: warning: ignoring file /Users/Username/Developer/Project/DropboxSDK.framework/DropboxSDK, missing required architecture x86_64 in file…
Domingo C.
  • 789
  • 4
  • 15
2
votes
1 answer

PhoneGap 3, iOS7 and CDVBarcodeScanner.o

I'm using Phonegap 3.0 and XCode 5 and am attempting to include a barcode scanner in my iOS7 app using https://github.com/wildabeast/BarcodeScanner which I've added to the project by downloading a zip of the project from github and installing…
davecozens
  • 83
  • 1
  • 6
2
votes
2 answers

objective c social/social.h not found

// // Social.h // Social // // Copyright (c) 2012 Apple Inc. All rights reserved. // #import #import #if TARGET_OS_IPHONE #import #endif I am trying to compile a…
2
votes
1 answer

Problems compiling iOS project

I have problems compiling my project in XCODE 5 ld: warning: ignoring file /Users/myuser/Projects/myProject/Security.framework/Security, missing required architecture armv7 in file /Users/myuser/Projects/myProject/Security.framework/Security (2…
eifersucht
  • 661
  • 8
  • 26
2
votes
1 answer

Weird behavior with navigation controller and its root view controller in iOS 7

I encounter a strange behavior with a navigation controller and its root view controller in iOS 7. The goal is to use a sliding menu like MMDrawerController (http://github.com/mutualmobile/MMDrawerController/) or ECSlidingViewController…
2
votes
0 answers

Can I submit apps signed using using wildcard App IDs to the App Store?

Can I submit apps signed using provisioning profiles that uses the Xcode Wildcard App ID to the App Store? Currently I have the Xcode wildcard App ID and a developer provisioning profile for it. Does Xcode 5 manage provisioning profiles now? If…
Maduranga E
  • 1,679
  • 5
  • 23
  • 37
2
votes
3 answers

iOS 7 XCode 5.0 IBAction not called

I have an application developed in iOS4 using XiBs. I got it working all good with iOS6.1 and earlier. But for some buttons, IBAction is not getting called if it is iPhone and iOS 7.0. Also it is working fine with iPad and iOS 7.0. Of course, I am…
2
votes
2 answers

Xcode 5 How to go to Repositories window?

In previous XCode versions(4) I was able to click on Xcode and it would have Source Control -> Repositories Now they have moved Source Control as a new drop down menu but it does not have Repositories part where I could check my SVN and see all…
Sarp Kaya
  • 3,686
  • 21
  • 64
  • 103
2
votes
1 answer

iAds showing underneath tab bar ibn iOS7

I had iAds working fine in my app for iOS 6, they would appear above the tab bar and work absolutely fine; however with iOS7 and Xcode 5, my ads appear underneath the tab bar. I know it loads the app as I can see 'bannerViewDidLoadAd' and a very…
Kevin Tarr
  • 387
  • 3
  • 9
2
votes
4 answers

The background colour of a grouped UITableView will not go transparent in iOS7

I am working on an app, which worked perfectly fine with iOS 6. With iOS7 the app has couple of layout and general few appearance issues. One is not being able to set the background color of a grouped tableview to transparent. Heres is my code which…
BCI
  • 465
  • 6
  • 19
2
votes
4 answers

Do I need to uninstall Xcode 4 to install Xcode 5?

I have Xcode 4.6.3 installed on OS X 10.8.5. What is the correct way to install Xcode 5? Is it necessary to uninstall 4 first or simply overwrite it? Naturally, I wish to preserve my current settings.
Javide
  • 2,477
  • 5
  • 45
  • 61