Questions tagged [xcode4.6]

the Jan. 28, 2013 release of Apple's integrated development environment (IDE) for Mac OS X and iOS. USAGE NOTE: Use this tag only for questions that are specific to this version of Xcode, and not for general Mac or iOS programming topics. Use [cocoa] for Mac programming questions, and [cocoa-touch] or [ios] for iOS programming questions.

Xcode 4.6, Apple's integrated development environment (IDE) for Mac OS X and iOS, was released January 28, 2013.

Use this tag for questions that are specific to Xcode 4.6, and not for general programming questions. Use the or tags for macOS programming questions; use the or tags for iOS (formerly iPhone OS) programming questions; for questions about the Objective-C language and its features, use the tag; also, avoid adding the Xcode tag if your question would stay the same if you would use any other editor for writing your program code.

Features of the 4.6 release:

  • Includes iOS SDK: iOS 6.1
  • Includes Mac SDK: OS X Mountain Lion 10.8

Device support (added):

  • iPad mini
  • iPad with Retina display (4th generation)

Changes:

  • Xcode 4.6 is the last release to include the LLVM-GCC compiler and the GDB debugger.
  • Package Maker app was deprecated, use the productbuild command to create installer packages.

Source: Release notes for Xcode 4.6

See for more information.

442 questions
-2
votes
1 answer

Linking Error with Static Libraries

I am trying to get some static libraries into my project and I've given the Header Search Path under build setting and that is successfully run but when I start to use some more static files then it will give me the following type of…
-2
votes
2 answers

Re-link symbols so 'Jump To Definition' works in Xcode 4.6

I recently trashed my Xcode 4.6.3 and download its replacement from the App Store. Now I can't access symbols for definitions via 'Jump To Definition' contextual menu. I get 'Symbol Not Found'; ALL THE TIME! Is there a way to re-index everything so…
-2
votes
1 answer

Expected identifier or '{' and Expected unqualified-id

I am trying to move our system from Xcode 3.2 to Xcode 4.6 and I get following compilation errors (Same line) Expected identifier or '{' Expected unqualified-id The code causing an error is (The line - namespace PVM): namespace wvNS { …
Iron-Eagle
  • 1,707
  • 2
  • 17
  • 34
-2
votes
1 answer

PayPal Integrtaion in Iphone5

I am working on Restaurant Application in iPhone using PayPal payment gateway for purchase of particular menu item. Will Apple approve this Restaurant Application? anybody suggest some guidelines to tackle this. Thanks in advance.
-3
votes
2 answers

UITableViewCell dequeued from UITablView Properly but It not showing the Values that was passed

I have a Custom UITableViewCell(two UILabels in it) in a UITableView when I am trying to dequeued it works proper but when I am trying to show values that was passed by me in the UITable its not showing in the Custom cell but just dequeued correctly…
sarosh siddiq
  • 33
  • 1
  • 7
-3
votes
1 answer

i m trying to play mp3 from tableview while user select table row song need to play

//i have take 2 song 's array nsmutablearray * enrique = [[NSMutableArray alloc]init]; [enrique addObject:@"add.mp3"]; [enrique addObject:@"hero.mp3"]; // this section of uitableview didselectrow -…
Harshad
  • 2,361
  • 2
  • 18
  • 24
-4
votes
1 answer

Random App crashes with SIGABRT error in main.m

I am using XCode Version 4.6 (4H127), I got random crash in main.m Please see attached screenshots Thanks Debugger :
Nikkie
  • 93
  • 8
1 2 3
29
30