Top "Xcode4" questions

Xcode 4, released in June 2011, is Apple's integrated development environment (IDE) for Mac OS X and iOS.

How should I manage dependencies across projects in an Xcode workspace?

I'm working on an iOS app project, and add the json-framework project to the workspace. The project navigator on the …

xcode xcode4 build-dependencies
Localizing in Xcode 4 with Localizable.String

I just updated to Xcode 4. Normally when localizing apps we add "Localizable.String" file to the project, and then navigate …

xcode localization internationalization xcode4
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
Xcode 4 - slow performance

I have an issue with Xcode 4 really responding very slowly to user interactions, e.g. editing code, scrolling areas etc. …

xcode performance xcode4
How can I generate UML diagrams from Xcode4

I watched a video with xcode 3, that shows a button "Design" that displays a UML diagram, but I can't find …

objective-c ios4 xcode4 uml xcode3to4
iPhone ad hoc build using Xcode 4

I just switched to Xcode 4 and need to make an ad hoc build so my customer can test my app. …

ios xcode4 adhoc
Making multi-language ios app

I need to build an app which will be multilingual. For instance, the app will be released in France and …

ios iphone localization xcode4 multilingual
Xcode 4: Build Failed, No Issues

The app works fine in the simulator, builds and runs. When I attach my device (iPhone 3GS running iOS 4.3) and …

ios xcode build xcode4
How to set up file compare/diff in Xcode 4?

Am looking for how to set up file compare/diff in Xcode 4, but have run into brick wall. Anyone can …

xcode4
How can I find a line number in Xcode?

I have a function in my *.m file - (void)myFunction {} How can I find the line number this function?

ios xcode xcode4