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
0
votes
1 answer

xCode 4.6.3 Bundle Identifier Confusion

I am trying to recreate an app in xCode 4.6.3 using storyboards. When I enter the bundle identifier, xCode automatically adds the app name to the end of my bundle identifier with lighter place mark text. I believe this is added to my bundle…
Bryan
  • 17,201
  • 24
  • 97
  • 123
-1
votes
1 answer

Create an non functional imageview just for visibility

My app has a circle which is divided into 12 equal pies i.e 1 pie for each 1 hour slab.I need to have a specific tap gesture function for each pie so i thought of assigning a specific colour code to each pie so that i can detect the colour as to…
Pradeep Mittal
  • 595
  • 1
  • 8
  • 19
-1
votes
2 answers

not able to open storyboard file in xcode 4.6.3 after opening the project in xcode 5

i am not able to open storyboard file in xcode 4.6.3 after opening the project in xcode 5.It shows the error The document "MyStoryboard.storyboard" cannot be opened.could not read archive I have not kept any backups and need the project to be…
sujith1406
  • 2,822
  • 6
  • 40
  • 60
-1
votes
2 answers

Cannot include files from /usr/local/include even though they are present

I'm not able to compile a project under Xcode Version 4.6.3 (4H1503) when using files located in /usr/local. The error is 'cryptopp/cryptlib.h' file not found. This is similar to a number of other questions, but the 'try this' mentioned in the…
jww
  • 97,681
  • 90
  • 411
  • 885
1 2 3
4