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

Duplicate interface declaration for class

I have a project that has multiple targets. And a embedded project whose output is a framework. One of those targets requires just a couple of files {.h,.m} of that framework, so.. I just reference them. Now, when I build that specific target I get…
subzero
  • 3,420
  • 5
  • 31
  • 40
0
votes
2 answers

Lexical or Preprocessor issue GroupcentricSDK_ARC.h file not found

I get this error . . . Lexical or Preprocessor issue GroupcentricSDK_ARC.h file not found when I try to build an application that has already been built on another pc. The application is using Groupcentric Framework. I added the framework into…
Karthick Sundaram
  • 113
  • 1
  • 1
  • 9
0
votes
1 answer

An error: [Events objectForKey:]: unrecognized selector sent to instance 0x

Im quiet new to Xcode and objective-C and Im trying to build this app about events, I have two buttons in my mainViewController one to show today's events and the other will show any future events, my data are coming from a json file [which will…
user3066516
  • 21
  • 2
  • 7
0
votes
1 answer

XCode 4.6.3 showing link error ibtool failed with exit code 10

I installed XCode 4.6.3. Initially I was able to successfully able to build and run my code on it. However, all of a sudden when trying to configure my build on my iOS device, the build failed and showed the following error message -…
Rejeesh Rajan
  • 1,019
  • 1
  • 9
  • 9
0
votes
1 answer

Adding UIWebView to second (not first) Storyboard view controller

Getting started with xCode 4.6.3 and I'm running into a hiccup. I've built a simple app using the UIWebView to display a local HTML file and it's contents. I used that to debug any issues with the HTML and/or image displays and I'm all set. Now I…
0
votes
0 answers

iPad Xcode 4.6.3 Landscape Orientation Only

I have a problem about landscape orientation I don't use storyboard. In *.codeproj summary Supported interface orientation "Landscape left and right selected" In AppDelegate.m I used the method -(NSUInteger)application:(UIApplication *)application…
FabioN1975
  • 45
  • 1
  • 1
  • 3
0
votes
2 answers

Displaying Names section wise in AddressBook Alphabetically in iOS 5 with use of CFArray

Hi, I am trying to populate my tableview with contacts in the Address book section wise alphabetically, I am using CFArray in my program. So Far I've managed to display the contacts in sections and the section counts for the alphabets are correct.…
Francis F
  • 3,157
  • 3
  • 41
  • 79
0
votes
1 answer

open browser from xcode program with post parameter prefilled

I am developing an application that integrates a payment gateway. This works by opening the page "https://sis.sermepa.es/sis/realizarPago" passing some parameters by POST, from there the customer can make the payment. My problem is that I can not…
0
votes
2 answers

Cocos2d Jump Animation & Moving

So far I am able to control my sprite's side to side movement with buttons in Cocos2d. I am now trying to incorporate a jump animation but I have absolutely no idea how to do this. I have tried one sample code which utilized the init method and…
0
votes
1 answer

locationManager returning 0.0000, where is the error?

I am writing an app that will, amongst others, have a function where it shows an address and the longditude/latitude where the user is. I have set up the locationManager, and hopefully converted the floats into strings correctly, but when I test the…
user2308227
0
votes
1 answer

TapGestureRecognition on multiple uiview in single uiviewcontroller

I am developing application in which subview four UIVIEW adding TapGestureRecognition. but selector is working for fourth view only. Can anyone tell me where my logic is wrong. here is code In viewdidload I create four view dynamically. Where…
0
votes
1 answer

Learn Cocos2D 2 compiler warnings from source code

I bought the learn cocos 2d book by Steffen Itterheim today and loaded up one of the source code projects he provided for a basic application. The project compiles fine but without altering any of the code from the project I already have three…
koalamo
  • 199
  • 3
  • 11
0
votes
0 answers

Xcode Passing buttons from one uiview to another(Storyboard)

On a viewcontroller I want to create a uiscrollview with multiple buttons and I want to be able to choose only 1 to 4 buttons and pass them to another uiview and then send them to another viewcontroller. I'm guessing it should be on a…
Atlas
  • 37
  • 7
0
votes
2 answers

Complex Calculation

I'm having a heck of a time getting this code to shake out correctly. I'm currently stuck at the very last line of text. I'm new to writing code all together. Everything I've learned has been found online and through this site. Please see the…
0
votes
0 answers

xcode 5 code not opening in xcode 4.6.3

I work on Xcode 4.6.3. After the new Xcode 5 beta arrived, I downloaded it and tried to run my code in it. It worked perfectly well in it. But now when I tried to open it with Xcode 4.6.3, it is not opening. My guess is, all the xibs are updated.…
parilogic
  • 1,147
  • 9
  • 26