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

Why sometimes it's very difficult to see the content of variables in Xcode 4.3

Sometimes it show up sometimes it doesn't I wonder why.
user4951
  • 32,206
  • 53
  • 172
  • 282
0
votes
1 answer

Copying an UIImageView with its UIPanGestureRecognizer

I have a UIImageView object and UIPanGestureRecognizer that I want to attach to it. UIPanGestureRecognizer gets move method as a selector. What I want to do is :When I drag the ImageView, I want to make a clone of it and also add a gesture…
0
votes
1 answer

Perform segue after assync call IOS

I want to perform a segue, after a assync call to a service. In one class I make the call, and I receive it. dispatch_async(dispatch_get_main_queue(), ^(){ NSLog(@"json arrived"); SearchViewController *searchVCObj…
88fsantos
  • 393
  • 1
  • 7
  • 22
0
votes
2 answers

Expression in Xcode 4.3.2 Debug area not evaluated

I'm doing something wrong. I have added an expression, I can see the expression with the "E" symbol in the Debug area, but the expression is not being evaluated, its value is not displayed there (it is in scope at that time). When I use the debugger…
Radek Skokan
  • 1,358
  • 2
  • 15
  • 38
0
votes
1 answer

Xcode 4.3 leaving debug after breakpoint

I am aware of shourtcuts from: Xcode 4 shortcuts but when i'm try to step out after breakpoint and i hit F8 there step into some thread. I don't want to do that. After i saw the infos i want i want to return to my app on the simulator or device and…
Jakub
  • 13,712
  • 17
  • 82
  • 139
0
votes
3 answers

new iphone - how to delete app off of Developer Device

really simple question. tried googling I just got a new iPhone 4S and restored from backup. A development app doesn't show up but now that am deploying app to device, the old one shows up (for example, an old display.png is shown). Is there a way to…
timpone
  • 19,235
  • 36
  • 121
  • 211
0
votes
1 answer

iPhone app not running on device after integrated Sharekit

I had integrated ShareKit 2.0 in my iPhone application. After that I am not able to run it on a device. But there is no error while I run it on the simulator. The following error message shown in the console while running on the device. dyld: Symbol…
jay
  • 3,517
  • 5
  • 26
  • 44
0
votes
1 answer

NSTimer not being called

I am making an app that has a king of "update method" that is responsible for running code continually. I thought of using an NSTimer as it has an option to have it repeat indefinitely. I have it load as such: gameTimer = [NSTimer…
rdelfin
  • 819
  • 2
  • 13
  • 31
0
votes
2 answers

RestKit 0.10 Installation code fails to find Core Data related extensions

I've replaced the RestKit 0.9 with 0.10. Went through all the installation steps. Now I'm getting selectors not found errors. It appears that these selectors are related to core data header being imported instead of the rest kit based core data No…
Alex Stone
  • 46,408
  • 55
  • 231
  • 407
0
votes
0 answers

response data returning null when url works

I'm trying to get some data sent from my app to a web server. What the app is supposed to do is display a list of members, show their details when selected and give the ability to edit their details. so far everything except for editing is…
Ceri Turner
  • 830
  • 2
  • 12
  • 36
0
votes
1 answer

how to call function from another class and reload that view from the current class?

I am working on an application which uses bump technology.I do have four tab in which one is a table view .I wrote this bump API in app delegate class so that when the application is open it should be able to transfer the data.Transfer function is…
rahul raj
  • 597
  • 1
  • 4
  • 15
0
votes
2 answers

how to build unsigned application for iphone 5.1 using xcode + phonegap and create .ipa file without apple developer program?

1Distribute unsigned Application for iphone? 2install unsigned Application on iphone.i have changed sdksetting and project setting .but that is not helpful for me?so give me a proper solution?
user1419730
  • 11
  • 1
  • 2
0
votes
2 answers

Unable to merge into the trunk

I made changes to my branch, and when I tried to merge the branch into the trunk (master), I got this error message: I committed all my changes, but I'm still not able to merge. Am I doing something wrong?
Luca
  • 20,399
  • 18
  • 49
  • 70
0
votes
2 answers

Xcode 4.3.2 organizer freezes

I have a problem with Xcode's organizer. Whenever I click on it to launch it everything freezes. I have to force quit Xcode and expensive bash process. I tried to: Restart MAC Reinstall Xcode Kill bash process many times while "loading"…
Gricha
  • 1,044
  • 3
  • 11
  • 26
0
votes
2 answers

Issue With adding resources in XCode 4.3.2

In my iPhone project I want to add a new resource folder. Lets say root folder name is "Themes" and inside that I have two folders like "Black" and "Blue". I'm adding this "Themes" folder with both "Copy items in to destinations group folder" and…
Charith Nidarsha
  • 4,195
  • 3
  • 28
  • 32