Category Archives: XCode

Missing UILabels In iOS 4.x But Show In iOS 5.x

I have been banging my head against this problem for the last couple weeks. I was updating a project originally coded in Xcode 4.01 for iOS 4. I was doing the update in Xcode 4.2 and mostly running the app … Continue reading

Posted in code, iOS, iPad, iPhone, XCode | Tagged , , , , , | Leave a comment

Xcode 4.2 Build Error: “iPhone apps should include an armv6 architecture”

If you are getting the following Xcode build error then this post is for you: warning: iPhone apps should include an armv6 architecture (current ARCHS = “armv7″) iOS apps prior to 4.3 use the armv6 architecture and will run on … Continue reading

Posted in code, iOS, iPad, iPhone, XCode | Tagged , , , , | 2 Comments

Archiving And Distributing Ad Hoc Builds With Xcode 4

Note: If you are having issues with archives that say “This kind of archive cannot be signed” and won’t let you create an IPA then please pay particular attention to the part of this post titled Skip Install. With my … Continue reading

Posted in app, code, iOS, iPad, iPhone, XCode | Tagged , , , , , , , , | 85 Comments

Xcode Script For Creating Properties From Instance Variables For UIViewController

One of my favourite blogs on the net is Matt Gallagher’s Cocoa with Love. Today I was investigating ways to speed up my workflow in Xcode and I found a great mixed Perl and AppleScript script already written by Matt a … Continue reading

Posted in code, hack, iPhone, Objective-C, OSX, script, XCode | Leave a comment

iPhone Camera Overlay App With Custom Button Example

Note: Since iOS 4 there is a better way to do this which I have documented in a new post here. There seems to be a lot of interest recently in making apps that use a camera view with an … Continue reading

Posted in app, AR, code, iOS, iPhone, XCode | Tagged , | 56 Comments

Change Your Company Name In XCode

If you want your own company name to be automatically included in your XCode source files instead of this: // // helloworld.m // helloworld // // Created by John Smith on 24/10/09. // Copyright __MyCompanyName__ 2009. All rights reserved. // … Continue reading

Posted in command line, OSX, XCode | Leave a comment