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
1
vote
0 answers

.gitignore in XCode5 doesn't seem to ignore files

I have a .gitignore file in my app's root directory; no matter where I place it, Git seems to ignore the contents, such as xcuserstate. This is the contents of my .gitignore file: #…
SpokaneDude
  • 4,856
  • 13
  • 64
  • 120
1
vote
2 answers

Attach multiple buttons to IBAction without dragging each one from the storyboard

Super simple question but I cannot find anywhere than answers this. Whenever I google it I just get answers related to whether it is possible to connect multiple buttons to the same method. I have a UI with 60 or so buttons on it that all need to…
Sam Parmenter
  • 1,831
  • 2
  • 11
  • 17
1
vote
2 answers

iOS Application Versioning

I have an iOS app on App Store, now i want to upload another release(version 3 actually). I have some new features for the new version but not all the features will be available for the previous version's user.That will be defined by their previous…
Batman4Ever
  • 189
  • 2
  • 11
1
vote
0 answers

Build failure in xcode5 due to some toolchain related issue. Please answer

I am facing an issue while building my project. I couldn't find any relevant answer. This was not there earlier in release build. I later faced it after cleaning the project. Error msg: (null): …
1
vote
0 answers

What is a simple way to find altitude in iOS development?

I'm working on a simple app that will find a person's coordinates and altitude every second and it will display it on the screen. Finding coordinates was simple, but I scoured the internet and everything about altitude was so complex and required…
Jacob Richman
  • 471
  • 1
  • 5
  • 8
1
vote
1 answer

How to discard latest github push made with Xcode

I have been using Xcode with GitHub. I committed some bad data and I want to revert the merger. How might I do that? Or is there no way of doing it through Xcode? I am using Xcode5.
learner
  • 11,490
  • 26
  • 97
  • 169
1
vote
1 answer

"View hierarchy unprepared for constraint..."

For those of you who've gone through cs193p, I'm actually completing the 3rd assignment currently for the latest course. I've even used Martin Mandl's excellent blog as a reference to resolve most issues. However! For those that don't know, I'm…
Meshach
  • 315
  • 1
  • 2
  • 16
1
vote
1 answer

Can I count the calls in iOS? If yes how? and If it's restricted by Apple what will be solution of it?

I am stuck somewhere, I am building an application, where I want to total numbers of calls (stats) only, No Call Duration, No Number, No contact Name... Just total numbers of call, is there any way which doesn't breach apple development…
Andy Patel
  • 13
  • 5
1
vote
0 answers

Why does ios dismiss all my UITextView fonts

All my UITextViews are created through the storyboard. I used to have the fonts as body. But now I want to change them to System Fonts. So I go to storyboard and change them there. When I run the app, the new fonts are ignored completely. I even…
Katedral Pillon
  • 14,534
  • 25
  • 99
  • 199
1
vote
0 answers

TabBar hopelessly covering my ContainerView

I have a custom UIContainerView. Inside the UIContainerView is a Controller with a UITableView. The TabBar keeps covering the last cell of my TableView. How do I prevent that from happening? I already tried the suggestions at TableView Showing…
Katedral Pillon
  • 14,534
  • 25
  • 99
  • 199
1
vote
1 answer

Identifier declared as unused in obj c, even though it is declared

I'm having issues with an NSDictionary for loop. The dictionary is called 'beach' but within the loop beach is undeclared. Here's the code - (void)connection:(NSURLConnection *)connection didReceiveData:(NSData *)data { NSString *jsonString =…
1
vote
1 answer

How to cache images loaded from server for multiple tables on iOS

I am really hoping someone here has already done the homework and is willing to share a bit. I need to cache images obtained from the server. The images are to be displayed in tables. Right now now each time I scroll new images are (re-)obtained…
learner
  • 11,490
  • 26
  • 97
  • 169
1
vote
3 answers

iOS 8 Simulators for Xcode 5

Is it possible to build using Xcode 5 for iOS 8 simulators? Specifically looking to build with Xcode 5 because we are close to submitting an app but we'd like to make best efforts with iOS 8. We are able to deploy to an iOS 8 device but we do not…
Craig
  • 6,869
  • 3
  • 32
  • 52
1
vote
1 answer

Xcode cmd-R shortcut broken

I've recently updated to Xcode 5.1.1, and the cmd+R shortcut no longer works. Going into Preferences I see there is a conflict, but "Run" seems to conflict with "Run...". It doesn't allow me to delete either one of them, and changing one…
darklon
  • 468
  • 3
  • 13
1
vote
3 answers

iOS: set textview font to body programmatically

I know how to set font programmatically when it comes to things like system fonts or custom fonts. But how do I specify the body font style? or caption or headline, for that matter?
learner
  • 11,490
  • 26
  • 97
  • 169