Questions tagged [xcode4.6.3]

the June 14, 2013 release of Apple's integrated development environment (IDE) for Mac OS X and iOS. This tag should only be used for questions about this specific version of Xcode, and not for general Mac or iOS programming topics. Use [cocoa] for Mac programming questions, or [cocoa-touch] for iOS (formerly iPhone OS) programming questions.

Xcode 4.6.3 is the June 14, 2013 release of Apple's integrated development environment (IDE) for Mac OS X and iOS.

This tag should only be used for questions about this specific version of Xcode, and not for general Mac or iOS programming topics. Use [cocoa] for Mac programming questions, or [cocoa-touch] for iOS (formerly iPhone OS) programming questions. Also, avoid adding this tag if your question would stay the same if you were not using Xcode.

Change Log

  • Xcode 4.6.3 fixes an issue where debugging in the iOS Simulator could hang on OS X 10.8.4.

Source: Release notes for Xcode

Notes

This is the last released version of the 4.x series.

See for more information.

49 questions
2
votes
1 answer

How to make Xcode IDE respect CONFIGURATION_BUILD_DIR?

I can provide CONFIGURATION_BUILD_DIR to xcodebuild CLI, but how to do this from within IDE? I did set Project/Workspace Settings -> Derived Data Location to Project-relative. At Advanced I picked Custom and Relative to Workspace checked) That…
jacekmigacz
  • 789
  • 12
  • 22
1
vote
3 answers

Xcode 4.6.3 Bug - .m file won't open or has issues in opening

I have a weird problem. I have Xcode 5.0, but I'm still using Xcode 4.6.3 because I want my apps to retain the iOS6 look. The problem I have is, when I click some .m files, the file loads, then the scroll disappears (so I can't scroll down at all),…
nithinreddy
  • 6,167
  • 4
  • 38
  • 44
1
vote
0 answers

Xcode 4.6.3 Crashing

Xcode 4.6.3 is crashing after stop scrolling editor like stuck on one place then i can not scroll up an down my code file (.m). Logs are as follows. Process: Xcode [740] Path: …
Muhammad Saad Ansari
  • 1,748
  • 3
  • 13
  • 20
1
vote
0 answers

Customizing Index view in Contacts view

I am creating a contacts view using customized table view cell. Is there a way i can leave some space between the view and the cell on the right side so that i can place the alphabetical index on that space. Also can i customize the index view to…
Raj
  • 69
  • 6
1
vote
1 answer

Can I profile an iOS 7 device with Xcode 4.6.3?

I have an iPhone 4S with iOS 7 installed. I need to use Xcode 4.6.3 for building with the iOS 6 SDK. When I try profiling the app just hangs in the launch screen. Is it possible to profile an iOS 7 device with Xcode 4.6.3?
SeruK
  • 987
  • 1
  • 8
  • 14
1
vote
1 answer

How does google plus call back function work after authentication in IOS

I've done a google plus integration and i've done a simple login and displaying google friends on table. But the problem is before I load the friends I want to check if the user is logged in, so in my friendsdisplayViewController i've done something…
Francis F
  • 3,157
  • 3
  • 41
  • 79
1
vote
1 answer

UserName and profilePic Image Not displaying after login through google + in ios

I need to integrate login with different social media in iOS application. Currently I'm trying to display UserName and profilePic Image once the user login with his google + account. I have followed below youtube tutorial for the same:…
Francis F
  • 3,157
  • 3
  • 41
  • 79
1
vote
1 answer

Xcode C++ Standard Libraries not found

I've created an Allegro 5 project in Xcode 4.6.3 as an empty project. I've added all the Allegro 5 libraries as described in the Allegro documentation. But now I need to use some C/C++ libraries and get the error, that Xcode doesn't find the…
hapablap
  • 379
  • 6
  • 23
1
vote
1 answer

AppleScriptObjc - Xcode 4.6.3 - Xcode No Longer Recognizes Created Outlets or Actions

Okay, log time reader, first time writer. !!! NOTE: While reading this question, please bear in mind I am writing using AppleScript in a fresh Cocoa-Applescript project. I am NOT using straight Cocoa/Objective-C. !!! With that out of the way. I have…
kdougan
  • 333
  • 2
  • 10
1
vote
1 answer

memory leaks [PF_SBJsonParser scan*:]

I'm facing issues with memory leaks in XCode, I tried my best in clearing all issues pointed out by analyzer, my project is under ARC management, XCode 4.6.3, Parse.framework 1.2.11. The issue seems to be cropping up in combination with using…
David Jirman
  • 1,216
  • 12
  • 25
1
vote
2 answers

Where is the actions pane of the class library in Xcode 4?

I'm following along on this tutorial with Xcode 4. The tutorial is for Xcode 3, with Interface Builder, and Xcode has changed since then. The step I'm on: (source: cocoalab.com) In the palette, in the Action section, click the Add (+) button to…
Eliza Wilson
  • 1,031
  • 1
  • 13
  • 38
1
vote
1 answer

ld: Assertion failed: (src.atom != NULL), function addRelocFixup

I've added logic tests to my project and those appear to run ok, but now if I go back and run my project against the simulator, I get the following error. The project builds fine against a device. Any ideas? Been tearing my hair out for a day or two…
Jeremy
  • 161
  • 2
  • 12
1
vote
1 answer

Xcode 4.6.3 can run on device but not on iPad/iPhone simulators

I see a bunch of questions about being able to run on the simulator but not on the device. I'm the exact opposite. Mine works great on the device but I can't get it to run on the simulator. The simulator pops up but it is just a black screen and the…
user1888959
  • 329
  • 2
  • 11
1
vote
0 answers

xCode 4.6.3 how to fix autolayout crash in Mac OSX 10.8.4 ( Failed to run one shot request for IBNSLayoutConstraint)?

I've recently upgraded my OSX from snow leopard to mountain lion and am running into an issue where my xCode shuts down 100% of the time within 5 seconds of opening any project. Here's the error message given. I've tried googling the error, but…
Alex Stone
  • 46,408
  • 55
  • 231
  • 407
0
votes
0 answers

Access denied for IPad calender in some devices and working fine in some devices

I am facing strange problem, in few IPAD i am not getting prompt to access calender but in few IPAD same code is working fine and promot is displaying to access calender. Please let me know where i am wrong. I am using Xocde 4.6.3 and running on…
user3231742
  • 77
  • 1
  • 2
  • 10