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
2 answers

cordova/phonegap 1.6 crash at second launch

i use xcode 4.3.2 with phonegap 1.6. my app runs well the first time, but if i close the app in the ios simulator and i launch it for the second time, it crashes. Why?
Rihan
  • 31
  • 1
  • 5
0
votes
1 answer

How To Create a paragraph in Text View?

Does anyone know how to create a Paragraph in text view. I'm trying to learn Xcode and by trying to learn I'm making an app. I Want it to look like: (When i type it in it looks like this but it won't come out like this. "

Engine Specs: 
VQ37CHR -…
Patrick Lyon
  • 3
  • 1
  • 3
0
votes
1 answer

App doesn't want to run on iPhone

I have an app that I want to run on my iPhone. I've code signed it and checked everything multiple times. It builds and then Xcode 4.3 just tells me "Finished running MYAPP on iPhone" -- but nothing happened . The app doesn't even install on my…
user591375
  • 271
  • 4
  • 11
0
votes
0 answers

iTunes Connect upload error "icon must be in PNG format"

I am having some issues while submitting an updated version of my app to the app store. The version no. for this updated version is 1.1, old version is already approved. When I try to upload this version it fails with error "1.1 icon must be in PNG…
Yogesh Agarwal
  • 2,610
  • 3
  • 27
  • 31
0
votes
5 answers

Developing with Xcode 4.3 for iOS 4.2.1

I created a new project and set the compiler to LLVM GCC 4.2, iOS deployment target to 4.2 but I still can't launch it on an iPhone 3G with 4.2.1 on it. It works fine in the simulator and on an iPhone 4, but when I run it on an iPhone 3G with 4.2.1…
tamasgal
  • 24,826
  • 18
  • 96
  • 135
0
votes
1 answer

How to fix up Xcode function "Filling the gap"

I have a problem with My XCode 4.3.2. XCode has the function "Filling the gap". We type 'uil', XCode shows 'UILabel' text with pale white color and pulldown menu. But my Xcode doesn't work as I mentioned above. In a blog, says 1. Open organizer. 2.…
ashdik
  • 82
  • 9
0
votes
2 answers

How to hide the tab bar item?

I am new to this iphone development.I have created a tab bar application which consist of 6 tabs this is the code for the tab bar controller creation in appdelegaate file didfinishlaunching UIViewController *viewController1 = [[[cardsAvailable1…
user1288402
  • 35
  • 2
  • 7
-1
votes
2 answers

How to have tab bar in the navigation?

I am new to the iphone development.Currently I am doing a project using TABBED APPLICATION TEMPLATE which contains 4 tabs in which one is having a list of items in the table view and on clicking the table cell i would like to give a description…
user1288402
  • 35
  • 2
  • 7
-1
votes
1 answer

How do you read in .dat files in xcode 4?

I keep getting "open file failed". I've tried putting the "dino.dat" file in the same folder as the run code. I've tried dropping it into the project itself. Tried "Build Phases" tab under project- copied file there.(????) void…
Henry
  • 1
  • 4
-1
votes
1 answer

XCode 4.3 fails to find built app to run

Just upgraded from 4.2 to 4.3 and SnowLeopard to Lion. Trying to run an app on the device I get this error: No such file or directory…
ransomweaver
  • 472
  • 6
  • 19
-1
votes
1 answer

c - how to make a function with multiple arguments (va_list)?

I have a nice C++ function, which supports multiple arguments through va_list + va_start + va_arg. But I had to convert my project to C. After conversion, this va_list construction gets rejected by the compiler (multiple errors). Is there any way to…
Jake Badlands
  • 1,016
  • 3
  • 23
  • 46
-1
votes
1 answer

To store the images picked by UIImagePicker in iOS

I am working in iOS native development using Objective C. I want to implement camera functionality in my application. I implemented camera using UIImagePickerController. I am able to take the image and store it in the photo library in iPAD.Now I…
iOSiOS
  • 214
  • 2
  • 5
  • 10
-1
votes
2 answers

Function name not appearing in xcode 4.3.3 breadcrumbs pulldown

I have dozens of functions across many .m files that appropriately show in the pulldown menu on the xcode bread crumbs bar. However, last night, I added a new function to my code, but it absolutely won't show up in the pulldown list. The function…
Thunk
  • 4,099
  • 7
  • 28
  • 47
-1
votes
1 answer

UITableView issue in iPad?

I am working in a iPad application. I'm using a UITableView to create a table and insert 2 UIImageViews in each cell. I tried to set image in both UIImageViews, but index path values start from 0,1,2,3,4 etc... Each UIImageView has same image in…
SampathKumar
  • 2,525
  • 8
  • 47
  • 82
-1
votes
1 answer

How to delete files from a folder which is placed in documents folder

I want to delete the files which are placed in a folder(inside documents folder) of documents directory. I just listed or displayed all those files on the table view , can anybody tell me how can i do this using commitEditingStyle: method. Please…
suvarna
  • 697
  • 2
  • 7
  • 10