CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 24 Jul 2025 23:31:04 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100725113759
location: https://web.archive.org/web/20100725113759/https://answers.oreilly.com/rss/tags/xcode/
server-timing: captures_list;dur=0.549408, exclusion.robots;dur=0.020295, exclusion.robots.policy;dur=0.009893, esindex;dur=0.010408, cdx.remote;dur=21.565855, LoadShardBlock;dur=199.846024, PetaboxLoader3.datanode;dur=104.466800, PetaboxLoader3.resolve;dur=89.852143
x-app-server: wwwb-app220
x-ts: 302
x-tr: 254
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app220; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Thu, 24 Jul 2025 23:31:05 GMT
content-type: text/xml; charset=UTF-8
content-length: 4856
x-archive-orig-date: Sun, 25 Jul 2010 11:37:59 GMT
x-archive-orig-server: Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.8
x-archive-orig-x-powered-by: PHP/5.2.8
x-archive-orig-set-cookie: answers_session_id=deleted; expires=Sat, 25-Jul-2009 11:37:58 GMT; path=/; domain=.oreilly.com; httponly
x-archive-orig-set-cookie: answers_session_id=deleted; expires=Sat, 25-Jul-2009 11:37:58 GMT; path=/; domain=.oreilly.com; httponly
x-archive-orig-expires: Sun 25 Jul 2010 11:38:01 AM GMT GMT
x-archive-orig-cache-control: must-revalidate, post-check=0, pre-check=0
x-archive-orig-pragma: public
x-archive-orig-content-length: 4856
x-archive-orig-connection: close
cache-control: max-age=1800
x-archive-guessed-content-type: text/xml
x-archive-guessed-charset: utf-8
memento-datetime: Sun, 25 Jul 2010 11:37:59 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sun, 25 Jul 2010 11:37:59 GMT", ; rel="memento"; datetime="Sun, 25 Jul 2010 11:37:59 GMT", ; rel="next memento"; datetime="Sat, 11 May 2013 08:00:25 GMT", ; rel="last memento"; datetime="Wed, 28 Aug 2013 06:00:14 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_17_20100725095950_crawl100-c/52_17_20100725113538_crawl100.arc.gz
server-timing: captures_list;dur=0.466466, exclusion.robots;dur=0.017921, exclusion.robots.policy;dur=0.007534, esindex;dur=0.010237, cdx.remote;dur=13.497837, LoadShardBlock;dur=159.660667, PetaboxLoader3.datanode;dur=126.750285, PetaboxLoader3.resolve;dur=229.411762, load_resource;dur=236.547289
x-app-server: wwwb-app220
x-ts: 200
x-tr: 438
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
accept-ranges: bytes
Tag RSS Feed: xcode
https://answers.oreilly.com/tag/xcode
Sun, 18 Jul 2010 05:03:17 +0000
60
-
How to change __MyCompanyName__ in xCode to something more meaningful
https://answers.oreilly.com/topic/1759-how-to-change-mycompanyname-in-xcode-to-something-more-meaningful/
A quick tip. For those of you using xCode to develop, you may have noticed at the creation of your template in the comment header - //
// LoginViewController.h
/ Created by name on 18/07/10.
// ...
Sun, 18 Jul 2010 05:03:17 +0000
https://answers.oreilly.com/topic/1759-how-to-change-mycompanyname-in-xcode-to-something-more-meaningful/
-
Working with Static Analyzer in Xcode 3.2
https://answers.oreilly.com/topic/1667-working-with-static-analyzer-in-xcode-3-2/
Hi folks, I wanted to talk about Static Analysis in XCode. For you iPhone and Mac developers, this new feature available in Snow Leopard and xCode 3.2, the advanced warning identifier that goes hand i...
Wed, 23 Jun 2010 22:33:24 +0000
https://answers.oreilly.com/topic/1667-working-with-static-analyzer-in-xcode-3-2/
-
Objective-C: FIXME, TODO and ?
https://answers.oreilly.com/topic/1666-objective-c-fixme-todo-and/
There are four different comment tags we can use when coding in XCode, that will allow us to to navigate the source code with some handy pointers. The tags are FIXME, TODO and ???. So far you may onl...
Wed, 23 Jun 2010 22:28:02 +0000
https://answers.oreilly.com/topic/1666-objective-c-fixme-todo-and/
-
About XCode and the Class Browser
https://answers.oreilly.com/topic/1664-about-xcode-and-the-class-browser/
Wed, 23 Jun 2010 22:18:38 +0000
https://answers.oreilly.com/topic/1664-about-xcode-and-the-class-browser/
-
https://answers.oreilly.com/topic/1657-how-to-use-the-iphones-digital-compass/
Wed, 23 Jun 2010 00:32:29 +0000
https://answers.oreilly.com/topic/1657-how-to-use-the-iphones-digital-compass/
-
How to use UIAutomation to create iPhone UI tests
https://answers.oreilly.com/topic/1646-how-to-use-uiautomation-to-create-iphone-ui-tests/
One of the more useful (from a developer standpoint) features coming in iOS 4 (formerly iPhone OS 4) is the UIAutomation tool. This lets you run an automated set of tests against an application, and ...
Mon, 21 Jun 2010 13:56:36 +0000
https://answers.oreilly.com/topic/1646-how-to-use-uiautomation-to-create-iphone-ui-tests/
-
How to get C++ and Objective-C to play nicely in XCode
https://answers.oreilly.com/topic/631-how-to-get-c-and-objective-c-to-play-nicely-in-xcode/
Tue, 10 Nov 2009 17:28:52 +0000
https://answers.oreilly.com/topic/631-how-to-get-c-and-objective-c-to-play-nicely-in-xcode/
-
What sets Head First iPhone Development apart from other books
https://answers.oreilly.com/topic/587-what-sets-head-first-iphone-development-apart-from-other-books/
There are plenty of books around that will walk you through how to create an iPhone app, but none as helpful and intuitive as Head First iPhone Development. Authors Dan and Tracey Pilone recently sat ...
Thu, 05 Nov 2009 18:15:50 +0000
https://answers.oreilly.com/topic/587-what-sets-head-first-iphone-development-apart-from-other-books/