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
4
votes
6 answers

Facebook Registration : The operation couldn't be completed (com.facebook.sdk error 2)

I am developing an ios phonegap application. For registration i use phonegap facebook plugin. It worked fine for the first time. But now when i try to register it isn't working. I haven't changed anything. I use Xcode version 4.6.1 and cordova…
Erma Isabel
  • 2,167
  • 8
  • 34
  • 64
4
votes
2 answers

Xcode 4.6.1 debugger local variables not available

I recently upgraded Xcode 4.6 to 4.6.1, and I notice the following abnormal behaviour: Sometimes, Local Variables are not available upon a breakpoint Upon Step Into and Step Over when being suspended over a breakpoint, the editor highlights the…
Amarsh
  • 11,214
  • 18
  • 53
  • 78
4
votes
1 answer

Xcode Command Line Tool (XCode 4.6) Run Unit Tests from terminal

after many attempts, I didn't figure how I can run unit tests by terminal with a project that is inside a workspace. I tried to create a new Scheme and run that script which builds but doesn't run any tests: export…
Raphael Oliveira
  • 7,751
  • 5
  • 47
  • 55
4
votes
1 answer

Getting the error :pointer being freed was not allocated *** set a breakpoint in malloc_error_break to debug

I am getting the below error : malloc: *** error for object 0xa68aca0: pointer being freed was not allocated *** set a breakpoint in malloc_error_break to debug I already set the Symbolic Breakpoint , But Nothing happen in console, Not getting any…
Kunal
  • 83
  • 1
  • 2
  • 11
4
votes
1 answer

Auto layout is all or nothing in a storyboard?

I've been working on an enterprise iPad client app which has a fairly complex containment view controller hierarchy. I recently had to implement a redesign in the app starting view, the server login view. I decided to take the opportunity to…
seeker12
  • 731
  • 2
  • 8
  • 20
4
votes
1 answer

Xcode 4.6 (4H127), clang warns 'illegal character encoding in string literal' for ISO-8859-1 encoded o-umlaut (0xF6)

This code compiled in the previous release of Xcode. I updated Xcode, and now compilation fails. I'm guessing there is something wrong with my code. The question mark in the code below is o-umlaut (ö) encoded according to ISO-8859-1 (0xF6)--we…
petrsnd
  • 6,046
  • 5
  • 25
  • 34
4
votes
1 answer

How to disable new Xcode 4.6 warning for whole project ? “… used as the name of the previous parameter rather than as part of the selector"

I know how to fix it by inserting whitespace before : , but I have it know in bunch of files after upgrade and this is not important problem for me. I am searching for it in build settings but none seems to address this. Thank You.
Renetik
  • 5,887
  • 1
  • 47
  • 66
3
votes
1 answer

iOS6.1: Problems while trying to access WiFi RSSI (MobileWiFi.framework)

I'm trying to access the RSSI values of several APs around me using an iPod Touch 4G with iOS6.1 and Xcode 4.6.3 with a valid Provisioning Profile. I've read some discussions about this topic and the best way to do this seems to be using the private…
Petzy Bär
  • 135
  • 3
  • 7
3
votes
1 answer

OpenGL ES 2.0 Multiple Instances of Textured Object

I am using Blender to create a 3D cow and obtain the correct vertices (optimized afterwards to remove duplicates). I have created a Cow Class to be able to draw multiple instances of this cow on screen. Cow 1 is drawn at (-2,0,-10) and Cow 2 is…
user1779362
  • 1,012
  • 1
  • 12
  • 29
3
votes
1 answer

What is `copy to target` in Build Rules in Xcode?

When I goto TARGETS - Build Rules - All in Xcode, I am seeing some files asking permission to copy to target. What are those files? Is it necessary to copy them to target? What will happen after copying them to target? I'm using xcode 4.6.
Nazik
  • 8,696
  • 27
  • 77
  • 123
3
votes
0 answers

XCode 4.6 crash report stacktrace only

A customer send me this crash log, it only contains the stack trace. This stack trace is generated by a custom developed exception handler. Exception message: NSInvalidArgumentException Exception Reason: *** setObjectForKey: object cannot be nil…
Rob van der Veer
  • 1,148
  • 1
  • 7
  • 20
3
votes
1 answer

How to stop building supporting files (like MagicalRecord) every time I do a build

I have some support files, such as MagicalRecord and others that get compiled each and every time. Is there a way to prevent this unless I specifically want them recompiled?
SpokaneDude
  • 4,856
  • 13
  • 64
  • 120
3
votes
1 answer

In Table view List it's Only Retrieving the Files that I had created

When I am using the sample code for iOS, in Table view List it's only retrieving the files that I had created. I want To see all files I'm creating through App and already created on Google Drive. Where should I make a change? Also, I am not even…
Chaaruu Jadhav
  • 474
  • 4
  • 22
3
votes
1 answer

Convert punjabi text to English text

In my app I need to use punjabi language and English Language.So I customized the keyboard to show punjabi alphabets. I need to use these punjabi words for implementing a search, but the database will not support punjabi language.The punjabi data is…
Vishnu Kumar. S
  • 1,797
  • 1
  • 15
  • 35
3
votes
2 answers

Proper instantiation of UISearchDisplayController

I did some searching and the answer is still unclear to me. I am trying to create an instance of a UISearchDisplayController inside a TableViewController (TVC). In the header of my TVC, I declared a searchDisplayController as a…
Jdizzle Foshizzle
  • 314
  • 1
  • 3
  • 18