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
9
votes
3 answers

Teamviewer - Send Control Key to Mac from Windows

I'm TV'ing from a remote location to my mac to play around with XCode (on a windows pc). Within the interface builder, I'm trying to perform the control drag action. I tried pressing the ctrl button and dragging a view controller but nothing…
rut0.wut
  • 381
  • 1
  • 3
  • 6
9
votes
4 answers

Xcode 4.6.1 crashes whenever i try to add my device to the provisioning portal.

Xcode 4.6.1 crashes whenever i try to add my device to the provisioning portal through Xcode Organizer.
Praveen Kumar
  • 1,338
  • 3
  • 20
  • 31
8
votes
4 answers

OS X Crash Log Symbolication

I cannot symbolicate OS X (not iOS) crash logs from testers and users using XCode 4.6 . The crash logs cannot be dragged into the organizer, and the organizer does not show any crash logs from ~/Library/Logs/DiagnosticReports/, though some logs are…
Mark Bernstein
  • 2,090
  • 18
  • 23
8
votes
1 answer

Xcode auto completion to replace function call name - how to drop placeholders?

Xcode's auto-completion is often getting in my way by giving me argument placeholders when I already have them. Here's an example: I want to change that second MoveToPoint to AddLineToPoint, so I delete part of the name, and hit control + space for…
Rob N
  • 15,024
  • 17
  • 92
  • 165
8
votes
2 answers

Xcode 4 won't allow me to open the storyboard edited in Xcode 5

I have a problem: I can't open the Storyboard file in Xcode 4.6 after having used the app in Xcode 5. What should I do to open it in Xcode 4?
b3rge
  • 4,959
  • 7
  • 23
  • 24
8
votes
2 answers

Add time and date in custom/user Code Snippet in XCode

How can I add date time in my custom code snippet? I need frequent use to add my codes on other codes, and for others, I need to add my name and date time. I created a code snippet with shortcut _ase, but I am not finding any help on net how can I…
Anoop Vaidya
  • 46,283
  • 15
  • 111
  • 140
7
votes
1 answer

Resizing a button in iOS programmatically

I am using XCode 4.6.1 and developing for iOS 6. I have added a button to the storyboard. I have created an outlet in my implementation file ViewController.m: // // ViewController.m // #import "ViewController.h" @interface…
wiseindy
  • 19,434
  • 5
  • 27
  • 38
7
votes
3 answers

Debugging Quicklook Plugin in Xcode

I am trying to debug a quicklook plugin in Xcode 4.6. I have created the executable in Edit Scheme. Now, when I build the project the plugin is not installed to the "/Library/Quicklook" path. Rather I didn't find it anywhere. I want to run the…
Vinay Jain
  • 2,644
  • 3
  • 26
  • 44
7
votes
3 answers

Lipo error when coverting iOS project to ARC

I'm trying to convert my iOs project to use ARC but am receiving a lipo error below is the command and error Command: CreateUniversalBinary…
Sami
  • 1,374
  • 1
  • 16
  • 43
7
votes
2 answers

Error : Safari can't open the page because the address is invalid ? Facebook integration

i am working on integrating fb login to our own application. Problem is example i downloaded it's working fine,when use the code in my project its getting error Note: I Checked the fbapplicationid in .plist and in the url page they both are same.…
LOVE_2_CODE
  • 445
  • 4
  • 14
7
votes
3 answers

How do I get exception details in XCode 4.6?

I used to get exception details from apps running in the simulator like so: po $eax Ever since I upgraded to XCode 4.6 it's stopped working; I always get this error: error: warning: couldn't get object pointer (substituting NULL): Couldn't find…
Simon
  • 25,468
  • 44
  • 152
  • 266
7
votes
2 answers

Xcode 4.6 Strange issues with Debugger."po" command does not work

I just recently upgraded to xcode 4.6 and strange things are happening to the debugger. "po" command ceases to work some times. Also step by step debugging sometimes does not work. Is anybody else having the same issues
Qamar Suleiman
  • 1,228
  • 2
  • 18
  • 31
6
votes
1 answer

UITextView does not show attributes' editing options for attributed text

I've created an app that uses a UITextView Text View with the Text set to Attributed and with the option Allow Attributes Editing enabled.. from what I've understood, this should allow the user to edit some attributes, such as Boldface, Italic etc…
Gianni Costanzi
  • 6,054
  • 11
  • 48
  • 74
6
votes
1 answer

How do I make pods installed with CocoaPods available to ALL projects in my workspace?

I'm using XCode 4.6.1. I have several projects in my workspace, but only one of them is able to include libraries added with CocoaPods. The other projects don't detect them at all. How do I share my CocoaPods with the entire workspace? Do I need to…
zakdances
  • 22,285
  • 32
  • 102
  • 173
6
votes
6 answers

Finished running on iPhone 6.1 Simulator

I'm developing a new application for Iphone, using Xcode (Version 4.6 (4H127)) and the iPhone 6.1 simulator (Versión 6.0 (369.2)). At the beginning everything was great: every time I pressed the "run" button, the application was loaded into the…
jmatamoros
  • 514
  • 1
  • 5
  • 14
1 2
3
29 30