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

Xamarin Studio & Xcode 5

I would like to test Xcode 5 without corrupting my Xamarin Studio/Xcode 4.6 environment. I'm out of the office and can't backup my Mac right now. Has anybody tried this already? What steps do I need to follow?
laktak
  • 57,064
  • 17
  • 134
  • 164
1
vote
2 answers

Pushing data in existing Multidimensional NSMutableDictionary Objective c

I have a record of 100 Electronic items with Categories in database, with every request I load 20 records in Table View. I want to merge 2 arrays into 3rd array E.g. 1) NSMutableDictionary *prevResultSet; 2) NSMutableDictionary *newResultSet; 3)…
Sanket Utekar
  • 327
  • 4
  • 12
1
vote
3 answers

Taking the address of a temporary object of type 'Node'

t.PreorderTraversal(t, &t.getRoot()); The error is taking the address of a temporary object of type 'Node'. Root is a Node class object. The function PreoderTraversal will Node object as a point, so I give the address of the Node object and the…
1
vote
1 answer

Does NSAffineTransform have different Coordinate system in Mac OS X 10.11?

My project works well on Mac OSX 10.10/10.9, however it works incorrectly in 10.11 with this code: [(PDFAnnotationInk*)_activeAnnotation removeBezierPath:_path]; [_activeAnnotation setBounds:bound]; // Lazy, redraw…
SuperBerry
  • 1,193
  • 1
  • 12
  • 28
1
vote
1 answer

Localization in Xcode 5

I have around 1000 strings from storyboards and .m files which are converted for French Language. I need to add more strings to the same project. How do I update the strings file for my project? Thanks
1
vote
1 answer

Will apple reject apps built with xcode 5.1

I just want to know that will apple reject app build with xcode5.1 since i ready that you need xcode6 after 1st june , but the apple documentation says you need apps built with 64bit arch and ios8 , and xcode 5.1 has both so it will be accepted ? i…
1
vote
1 answer

How to add prefix file in xcode 5 existing project?

Hope all of you'll be fine. I am doing a project in which i need to add core-data functionality. I am working on xcode-5. I need to add pch file in xcode-5 existing project as it was missing in the project. I have searched a lot on net to add pch…
Zeebok
  • 388
  • 1
  • 4
  • 15
1
vote
1 answer

__asm block causing crash in Xcode 5

I have a small class for getting CpuID information. Inside a class constructor I have an inline function using asm code to get cpuid information. It works fine in Windows and it worked fine in Xcode 3, but now the class itself gets destroyed. Here…
Iron-Eagle
  • 1,707
  • 2
  • 17
  • 34
1
vote
1 answer

Required character in NSString is replaced with encoded variable

I have an NSString that contains a value "\U2212" instead of "-" which is coming from API. When I tried to replace this string with needed character using subString occurrence method it shown error. So how do I replace my NSString that contains…
Augustin Jose
  • 350
  • 3
  • 12
1
vote
1 answer

xcode simulator is installed but isn't available from terminal

I've installed xcode Version 5.1.1 (5B1008), and I've installed command line tools using xcode-select --install. I can check it using xcode-select -p. but when I call simulator from terminal I get the error "XCode not installed." why? note: I'm…
Reyraa
  • 4,174
  • 2
  • 28
  • 54
1
vote
2 answers

Tableview Header issue

I'm trying to give space between cells in my tableview for that i written the following code: -(CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section { switch (section) { case 0: return…
1
vote
1 answer

Maintain navigation bar over several storyboards?

For objective-c, using Xcode 5.1 (all that is available to me), how would you maintain the navigation bar when creating separate storyboards? If the view controllers are all in one storyboard then the navigation bar is easy, but as soon as you put a…
user120920
  • 89
  • 2
  • 9
1
vote
0 answers

CorePlot-CocoaTouch plot form specific defines error?

Hi i am new to CorePlot framework. I tried to integrate CorePlot-CocoaTouch.xcodeproj with my Xcode project. I followed the below link https://github.com/core-plot/core-plot/wiki/Using-Core-Plot-in-an-Application instruction of iOS Application…
nagarajan
  • 474
  • 3
  • 21
1
vote
1 answer

Auto scroll while clicking UITableView didSelectRowAtIndexPath ios-ObjectiveC

How to scroll up the TableView or cell while i am clicking loadmore from option from UITableView didSelectRowAtIndexPath
Pothiraj Raj
  • 72
  • 10
1
vote
1 answer

Why can't I see my build phases tab in my XCode project?

When I click on my project in XCode 5, I can't see the build phases tab where I can link binaries with libraries.
NYC Tech Engineer
  • 1,845
  • 2
  • 22
  • 23