Going b-armv6-y, Xcode 4.2 and deployment target 4.2

Back-up brain because I know I’ll forget this kind of thing. Was trying to target some Xcode projects to a deployment target of 4.2 and to a device rather than the simulator. Wasn’t getting them running, or rather they would seem to run an finish almost immediately. In the console entries like

Fri Nov 18 23:51:16 unknown lockdownd[16] : 2ffea000 handle_connection: Could not receive USB message #6 from Xcode. Killing connection
Fri Nov 18 23:51:16 unknown com.apple.mobile.lockdown[16] : Could not receive size of message

Found the tip about adding armv6 helpful but it was only working for Apple sample code projects and not new projects created by myself. Eventually tracked down that there’s an entry in your Info.plist, Required device capabilities which is set to armv7. Eureka! changed that to armv6 now the apps run fine on the device. Grrr took most of the afternoon to find that though. It’s bringing back memories developing projects in C 20 years ago – just one wee bit of your make file out of sorts and all sorts of mayhem ensue. Aha nice to see we’ve moved on, now you get to stare and swear at a GUI instead of a command line. Same old, same old

Like what he said

Christopher Poole interviewed at Web 2.0 Summit 2011

Is it weird that I loathe and detest Mark Zuckerberg but like the sensible head on this other young net entrepreneur. I especially love his ‘diamond’ analogy for identity, in real life different people see different facets of the same person, different pieces we don’t have just one ‘real’ identity.

Housekeeping

If you can see this then yet another server migration has been completed yay! I’ve made a decision that if companies are providing a less than stellar service I’m just going to pack up and go elsewhere rather than keep bashing my head complaining, voting with my feet. So no more slower than wading through treacle 1and1 control panels. Poignant moving one domain that was on Fasthosts (but hosted elsewhere), the owner died a few months ago so I had to take over the registrant details too. To be fair to Fasthosts they changed the IPS tag almost immediately…compare this to 1and1 who seem to take the best part of a day, sometimes two to change a tag FFS!

DrupalCon and archive.org

Was noseying around websites for previous DrupalCon’s and found that previous events have video available hosted on the archive.org site. Even better, archive.org offers RSS feeds based on queries so to get an automated podcast download of DrupalCon chicago 2011 you can use e.g.

http://www.archive.org/services/collection-rss.php?query=subject:drupalcon%20chicago%202011

The Chicago video alone is 48 sessions and over 11GB of MP4s chock full of Drupal goodies…I may be gone for some time :-)

Mobilising

Since I’ve spent a lot of today at work configuring WordPress installations what do I do when I get home…yes indeed, configure my own WordPress installation. Am experimenting with various plugins so there may be a few different features being tested/trialed. First up, a plugin for serving up a mobile version of a WordPress blog via WPTouch. Have tried it using an iPod touch and the site loads much more quickly and strips things down to lightweight lists rather than full text entries on the homepage. Love this functionality, things are just so easy these days with these huge repositories of plugins/modules. I’m like a kid in a sweetie shop.