Top "Xcode4" questions

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

Measuring time Interval Since Now

anyone know or can provide some example code relating to "timeIntervalSinceNow" method... I need something like... time2(when app eneters …

iphone sdk xcode4 nsdate nstimeinterval
How to change the Class Prefix in Xcode 4?

When creating a project in Xcode 4, it asks what Class prefix to add to all new files. Is there a …

xcode xcode4 xcode4.2 xcode4.3
REST API iOS development

I'm having lots of trouble setting up the RestKit API to my app. I wonder if there is any other …

ios rest xcode4 restkit
Is there a way to rename an Xcode 4 scheme?

I've been looking all over Xcode for this, but I can't find any place that allows you to rename an …

xcode xcode4
Xcode 4.2 - declaration of '...' will not be visible outside of this function warning

I use Apple Reachability class from Apple Sample code Reachability in Xcode 4.2 and new Apple 3.0 compiler I get warning in …

iphone ios xcode4 ios5
Where is the *goto line* command in Xcode4?

I couldn't find the goto line command in Xcode4. Where is it...?

ide xcode4
Archive with Xcode's command line build tool (xcodebuild archive)

The command line tool to build Xcode projects, xcodebuild, has a new build action available in Xcode 4: archive. From man …

ios command-line xcode4 xcodebuild
Xcode 4 - Connecting Outlets

This page shows how easily I can connect outlets http://developer.apple.com/technologies/tools/whats-new.html in Xcode 4, but …

iphone xcode connection iboutlet xcode4
How do I define preprocessor macros in Xcode 4?

I have two targets set up for my app (a lite version and a pro version) and I want to …

iphone xcode4 macros preprocessor targets
Xcode code sense and cmd+click to symbol doesn't work for 1 of my projects

I've been using Xcode 4.3.1 since it came out now and i've worked on many different projects since. Everything has always …

xcode xcode4 intellisense code-completion symbol-not-found