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

Cannot sign my ios application with distribution profile

I've generated distribution provisioning profile for my ios app, but I cannot sign my application with it, I get this error: profile doesn't match any valid certificate/private key pair in the default keychain The developer certificates works well,…
michael
  • 3,250
  • 10
  • 43
  • 58
0
votes
1 answer

How to turn off in-app sounds

How can I give the user the option to turn off all the sounds in my app - if they so choose. I want the sounds to be there as standard. However, some users may prefer not to have the bleeps and sound effects etc in my app. For instance, in Camera…
JSA986
  • 5,870
  • 9
  • 45
  • 91
0
votes
1 answer

CoreData model not working properly

I'm updating an App which uses CoreData. On the full version I made it so the user could save his/her own data on the database (the App populates a pre-filled database). The App was written on Xcode 4.2 and with a deployment target of iOS 4.1, so…
Marcal
  • 1,371
  • 5
  • 19
  • 37
0
votes
1 answer

Xcode Location on Disk

I had installed Xcode from the AppStore and I am not sure where it got installed. I do not see a the usual path it gets installed - /Developer/Library. When I search for Xcode, it shows it is under Applications. All it shows is Xcode.app. I am…
learner2010
  • 4,157
  • 5
  • 43
  • 68
0
votes
1 answer

Xcode 4.3.2 UINavigationBar image background

I am creating a tabBar application in xCode 4.3.2 with UINavigation controller. I am using following code in AppDelegate - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { self.window =…
Irfan DANISH
  • 8,349
  • 12
  • 42
  • 67
0
votes
0 answers

Implementing a video file in XCode 4.3.2

Was wondering how to include a video file in a controller. I want to include text in the controller as well so if the user clicks on the video then it should pop out. I am not sure which view to include in the storyboard as well. Ideally I want to…
Masterminder
  • 1,127
  • 7
  • 21
  • 31
0
votes
1 answer

Is it possible to put an xcodeprojfile in the same dir as the Makefile for an External Build Target?

I need to put the xcodeprojfile in the same dir as the Makefile for my External Build Target without using an absolute path for the Directory location. Is that possible?
petFoo
  • 407
  • 1
  • 6
  • 16
0
votes
1 answer

How to make .ipa file in Xcode 4.3? can't find save to enterprise

We built a iphone app and now we would like to export it to an .ipa file so we could drop it in itunes. we we can't figure out how to do this, a lot of tutorials on the internet are related on older versions of xcode. Could someone help us?
Kees Sonnema
  • 5,759
  • 6
  • 51
  • 106
0
votes
1 answer

Symbolicate crash logs in xcode 4.3 doesn't work if the app name contains an apostrophe

My app icon name (the name of the app in the springboard) is like: My'App When I see crash logs in the organizer they are not symbolicated. If I delete the ' of the name (like MyApp) then they are symbolicated. Does anybody have the same issue? Is…
0
votes
2 answers

How do I move the location of an xcodeproj file without breaking external build target?

I have an Xcode project with a directory structure like this: MasterProjectDir/projectname.xcodeproj MasterProjectDir/ProjectSubDir/whatever.c MasterProjectDir/ProjectSubDir/etc.c MasterProjectDir/ProjectSubDir/Makefile My xcodeproj uses an…
petFoo
  • 407
  • 1
  • 6
  • 16
0
votes
1 answer

Archive file is missing in organizer?

I am a beginner in I phone development.I have completed an application.Now i am thinking of creating an archive for submission . I am able to build successfully for archive and when i click archive in product it gives success message.But the archive…
rahul raj
  • 597
  • 1
  • 4
  • 15
0
votes
1 answer

How to set an image as the background view for a uiTableView in XCode 4.3.2

XCode Version: 4.3.2 iOS 5.0 I am trying to set the background image for my TableViewController. I have a table already in the controller, just not sure how and where (which method to write the code in) to set the background image for this. Once I…
Masterminder
  • 1,127
  • 7
  • 21
  • 31
0
votes
2 answers

implicit conversion of 'bool' (aka 'signed char') to 'nsdata *' is disallowed with arc

When perform a migration of my project to Obejctive-C ARC, i got one error: implicit conversion of 'bool' (aka 'signed char') to 'nsdata *' is disallowed with arc The function Xcode is referring to for this error is returning NO or nil although…
Luca
  • 20,399
  • 18
  • 49
  • 70
0
votes
1 answer

Creating your personal colors in Xcode for iOS 5

How can you make custom colors in Xcode 4.3.2 for iOS5? I have a few different colors that I would like to make. http://www.colorhexa.com/5893bd http://www.colorhexa.com/1a78be
Masterminder
  • 1,127
  • 7
  • 21
  • 31
0
votes
1 answer

Can't install iOS app with XCode (no developer account)

I'm trying to build Mini vMac just for my iPad. As I don't have a developer account, I created a false certificate, but I'm still unable to build it for the iPad or to archive it in an IPA, because I don't have a provisional certificate for that app…
Xerz
  • 314
  • 1
  • 4
  • 15