Questions tagged [xcode4.3]

Xcode is Apple's integrated development environment (IDE) for Mac OS X and iOS. Xcode 4.3 (4E109) was officially released February 16, 2012. This tag should only be used for questions about this specific version of Xcode itself, and not for general Mac or iPhone OS programming topics. Use [cocoa] for Mac programming questions, or [cocoa-touch] for iOS (formerly iPhone OS) programming questions.

Xcode is Apple's integrated development environment (IDE) for development for its Mac OS X () and iOS (/) platforms. Documentation for Xcode 4.3 can be found in Apple's Highlights Found in Xcode 4.3.

Xcode 4.3 is used to produce software applications for Mac OS X and iOS. Xcode 4.3 (4E109) was officially released February 16, 2012, and Supports OS X 10.7 Lion +.

This tag covers:

  • Project organization
  • Source code editing
  • Build system
  • Unit testing
  • Interface Builder (in Xcode 4 and later only; it is separate in 3 and earlier)

Xcode comes with Apple's Mac OS X and iOS SDKs bundled, but that does not mean questions about the use of those SDKs are questions about the IDE. Consider what changes your question would require if you were using vi to edit and make to build; if your question would remain unchanged, then it is not an Xcode question, so you should not give your question the tag. Use the (Mac) and/or (iOS) tags instead.

See for more information.

1056 questions
0
votes
1 answer

Can't (successfully) install cocos2d/Kobold2D templates in Xcode 4.3.2 or get a project to build

I'm trying out this new thing... It's called conciseness. I've only been reading about it though, so bear with me. Installed the templates for cocos2d, cocos2d-chipmunk, and cocos2d-box2d and they're showing up in the project window in Xcode. (I…
baptzmoffire
  • 589
  • 2
  • 4
  • 20
0
votes
1 answer

How to link Facebook to Iphone App using Xcode

I'm using version Xcode 4.3 . At this stage I have a very basic App, so I have no conflicting features of elements. I was wondering does anyone know how to link facebook to the Iphone App using Xcode. I want a simply Login Feature through the…
0
votes
1 answer

How to validate youtube videos to check video exist in URL or not?

I am new to this iPhone development.Currently I am facing a problem to validate the YouTube videos . I am getting the YouTube URL from SOL server.I just want to check whether that video exists in YouTube server.I came to know that this can be check…
rahul raj
  • 597
  • 1
  • 4
  • 15
0
votes
1 answer

How to return to the same view of UITableView after returning from the detail view controller in XCode?

I have written a UITableView code in XCode. Once one of the cells is pressed by user, a new UIWebView is opened via segue. When the user hits the back button to return to the UITableView, I would like the view to be the same part of the UITableView…
Navid Rezaei
  • 1,003
  • 11
  • 22
0
votes
1 answer

iphone dynamicly call same view (using storyboard?)

I'm new to iphone dev. My app Design has 3 views. One start screen. Then you press a button and you go to a table view. The table view will decide if it goes to another same table view with other data (and how many levels down ) according to an xml…
Panos
  • 7,227
  • 13
  • 60
  • 95
0
votes
1 answer

objectiveC protocol issue Detail -> Master communication

I am using a UISplitViewController to manage the Master and Detail view. Everything is working fine going from master to detail. I can select an item from the list and through the delegate it updates the detail view. I want to be able to delete an…
Alexander
  • 86
  • 1
  • 3
  • 17
0
votes
1 answer

Builderror after upgrading to xcode4.3.2 from xcode3.2

We have upgraded our xcode to 4.3 recently. I am into testing, I need to duplicate target file and integrate FoneMonkey files and execute the target. I did below changes to orginal target to get it executed successfully: updated framework serch…
Praveen
  • 53
  • 1
  • 1
  • 8
0
votes
1 answer

About MKStoreKit Error

My Xcode project imported MKStoreKit. And I followed to this. http://blog.mugunthkumar.com/coding/using-mkstorekit-in-your-apps/ But it has many error. SFHFKeychainUtils.m ,ARC Casting Rules ,Semantic issue ,ARC Restrictions Total 39 bugs. I linked…
0
votes
2 answers

cocoa:Can not find webView object

Click the button webView load the page.Can not find webView object. Code download: http://code.google.com/p/kacperwangbuttontab/downloads/list
小弟调调
  • 1,315
  • 1
  • 17
  • 33
0
votes
2 answers

trying to save image picked to appdocs-not happening

I'm really struggling with this,Day three of the unending quest to save and load an image in my app. I'm picking an image from camera roll and trying to save it to the device via the appsdocsdirectory. in the Appdelegate.m I have: // Returns the…
JSA986
  • 5,870
  • 9
  • 45
  • 91
0
votes
1 answer

Lion - Xcode 4.3.2 sqlite "no such table"

I've an issue with sqlite in my iOS project. My configuration: Lion Xcode 4.3.2 - iOS 5.1 sqlite3 database whit one table named "test" When I install my app on the device, I receive this error message in the console "no such table test". But the…
Fry
  • 6,235
  • 8
  • 54
  • 93
0
votes
1 answer

Can i use NSString to save/load image?

I have a single image that user picks from camera roll. Id like the user to have the facility to save and load the image from a UI Image view. I have image saved in a singleton class at the moment which is fine, until the app stops running or device…
JSA986
  • 5,870
  • 9
  • 45
  • 91
0
votes
1 answer

"NSUnknownKeyException" message with non-existent item

I got this message when running the app: Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[ setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key examQBodyTextView.' The…
m.etka
  • 405
  • 4
  • 10
0
votes
1 answer

XML Node data for SUDZc

Hi I'm getting this result for WSDL response while i'm using sudzc website instruction, Any one help me how can i access these values. Thanks in Advance :) AuthenticateRequest returned the value: { AuthenticateRequestResult = { …
jay
  • 1
  • 1
0
votes
2 answers

how to connect iphone device to non iphone device?

I am new to this iPhone development.Currently I am working on an application which requires data transfer from iPhone to non iPhone device like android.Can any one suggest me a method to do this?IS there any libraries or API or framework to do this?
rahul raj
  • 597
  • 1
  • 4
  • 15