Top "Xcode4.3" questions

Xcode is Apple's integrated development environment (IDE) for Mac OS X and iOS.

How to create a .gitignore file

I need to add some rules to my .gitignore file. However, I can't find it in my project folder. Isn't …

git xcode4.3 gitignore
library not found for -lPods

I got an error when archiving a project. This is my environment. Mac OS Lion Xcode 4.3.1 iOS SDK 5.1 The project …

iphone objective-c ios xcode4.3 cocoapods
sudo: port: command not found

I recently uninstalled Xcode 4.2 and re-installed Xcode 4.3.1. Command Line Tools are installed. I then installed MacPort using “dmg” disk images …

terminal osx-lion macports xcode4.3 .bash-profile
Code signing is required for product type 'Application' in SDK 'iOS5.1'

I am using xCode 4.3.1. After i created a project, i build it and tried to Archive. Then i got an …

code-signing xcode4.3 ipa ios5
lexical or preprocessor issue file not found occurs while archiving?

I am new to this iPhone development and i have almost completed my first application but when i try for …

iphone xcode4.3
iOS: Keep application running in background

How do I keep my application running in the background? Would I have to jailbreak my iPhone to do this? …

iphone objective-c ios xcode4.3 background-process
Can I disable autolayout for a specific subview at runtime?

I have a view that needs to have its frame manipulated programmatically - it's a kind of document view that …

xcode xcode4 interface-builder xcode4.3 autolayout
Detect Focus Change for UITextField

I'm trying to set the animation for the view to move up when keyboard is hiding and appearing for the …

iphone ios ios5 uitextfield xcode4.3
Unable to get MacPort functionality after installing Xcode 4.3

I am having trouble getting MacPorts to function properly. I just installed OSX Lion 10.7.3 I downloaded and installed MacPorts first, …

xcode osx-lion xcode4.3 macports
How to create Navigation bar with back button on it?

I am very new to iOS App Development. In my app I am trying to navigate from second view to …

ios xcode4 uinavigationbar xcode4.3 uinavigationitem