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 - iOS7 UITableView changes

since the iOS7 will be released in an about a week, I am making some changes on the current version of my app. I have noticed that UITableViews hadn't changed a lot, but there is one think that i can't understand. I am using grouped UITableViews,…
dsafa
  • 783
  • 2
  • 8
  • 29
2
votes
0 answers

Accidental Git Commit All Files Xcode 5

Background I use the git source control interface provided by Xcode. Typically, I edit several files, then commit only a subset of related files at a time. To exclude some files from a particular commit, I simply uncheck the checkbox next to it in…
josephap
  • 2,075
  • 17
  • 24
2
votes
4 answers

Xcode Developer Preview: Cannot Run on Device

When trying to run any project in an Xcode Developer Preview (Xcode 5 DP6 in my case), the app is not started and the following error message appears: Could not launch "" - No such file or directory…
fabb
  • 11,660
  • 13
  • 67
  • 111
2
votes
1 answer

Does the new XIB format in Xcode 5 lose app backward compatibility?

So, Xcode 5 has this new XIB format, which if you convert an old project to use that format, you can no longer open that XIB file in previous versions of Xcode. I was wondering if I were to convert my project to use the new XIB format, will it…
Mazyod
  • 22,319
  • 10
  • 92
  • 157
2
votes
2 answers

Xcode segue with data to set label

Hello guy's and girl's, I got a question, i'm new to objective c and iphone apps. But i'm trying to make a few simple applications but i have trouble with creating a segue that also sets the label in the next view controller. The situation is as…
Msmit1993
  • 1,710
  • 4
  • 21
  • 35
2
votes
0 answers

reset accelerometer.y -.75 to 0

In xcode 5 I am using coremotion to get the accelerometer data and then using that to move an object right/left and up/down on my screen. The right left works perfectly because the 0 center point of the x axis is straight up. However most people…
user1114881
  • 731
  • 1
  • 12
  • 25
2
votes
2 answers

Lexical or Preprocessor Issue With AFNetworking Framework

In a project that I have added AFNetworking to I keep getting the build errors as in the image below. I have tried the usual deleting the build/ folder and restarting xcode, removing and re-adding the framework, cleaning and building. I also tried…
motionpotion
  • 2,656
  • 6
  • 42
  • 60
2
votes
1 answer

CCCrypt not work on xcode 5 for ios 7

I try to use CCCrypt method, but it has different result from XCode4 and XCode5 - (NSData *)AES256DecryptWithKey:(NSString *)key { // 'key' should be 32 bytes for AES256, will be null-padded otherwise char keyPtr[kCCKeySizeAES256+1]; // room…
Ivan
  • 21
  • 2
2
votes
3 answers

Ruby/Mavericks 10.9/Xcode 5

I'm attempting to install the Nokogiri gem on Ruby 2.0.0 while using Mavericks 10.9 along w/ Xcode 5 but I keep getting the error You have to install development tools first I downloaded and installed the command line tools for Mavericks from…
Kyle Decot
  • 20,715
  • 39
  • 142
  • 263
2
votes
0 answers

warning"'UIKit bug: Can't have a background image for wantsAdaptiveBackdrop'" in Xcode

My app was working fine in Xcode 4.6 but after updating xcode to xcode5 i am getting warning "Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'UIKit bug: Can't have a background image for…
Vork
  • 746
  • 2
  • 12
  • 34
2
votes
2 answers

App crash on run Xcode 5.0

I have made a simple app using Storyboard in Xcode 4.6.2, and it has worked perfectly all the time until now. Recently i started developing in Xcode 5.0 (beta1), and it worked perfectly when running. But when I was going to submit it to the App…
2
votes
0 answers

linking ObjC for iOS Simulator, but object file was compiled for MacOSX - Xcode 5 Preview

I have just switch to Xcode 5 Preview, getting lots of warning for one of existing project. ld: warning: linking ObjC for iOS Simulator, but object file…
jaym
  • 1,253
  • 13
  • 18
2
votes
1 answer

Xcode error when ctrl-dragging image to new class

I already asked this in the Apple Dev Forum but received no replies, so I'll try here. I'm unsure if this is a bug or whether I've missed something since I'm still very new to programming. I have multiple view controllers and have made multiple…
Invalid Memory
  • 717
  • 7
  • 23
2
votes
0 answers

Friends listing order by name Facebook sdk for ios

I am using Xcode 5, iOS 7 and latest facebook sdk. I have to get the friends list in alphabetical order. Earlier I have used graph api and fql query for getting the friends list in alphabetical order as NSString* fqlQuery = [NSString…
ani
  • 440
  • 1
  • 5
  • 15
2
votes
2 answers

Can't run app in simulator :: XCODE 5

May because its DP and they will fix it, but for time being anyone have an idea how to solve this issue? For me only reboot is solving the issue. I could have done this but its becoming very frequent. It works fine when running in device. Any help…
Deepukjayan
  • 3,525
  • 1
  • 20
  • 31