03/09/2010

No Repository Type Git in Xcode 4 Developer Preview? Here is the solution!

Besides all the iOS 4.0 hype and the fantastic new iPhone, what really made my day is the forthcoming new version of Apple’s IDE: Xcode 4.

After all, WWDC is a Developer Conference. Innovating the essentials tools we all work with daily, is as big a part of what we should have come to expect, as new SDKs and updated operating systems. Unfortunately, I cannot post any details about Xcode 4, nor any screenshots, as the current preview is still under NDA.

A key feature, that has been leaked elsewhere, is Git (and GitHub) support. I heavily use Git as a Source Code Management solution, both in my company and for my private projects.

I was literally blown away by the level of support for Git, that Apple demoed during WWDC.

No wonder, that huge disappointment hit me, when I tried to clone my first Git repo with the Xcode 4 Developer Preview and did not find the “Git” repository type in the UI. The only type offered was Subversion.

Turns out, there’s a simple solution: Xcode 4 expects the git command line tool to be available in /usr/bin. A quick which git on my console revealed, that my git binary instead resided in /usr/local/git/bin/git.

After creating a symlink in /usr/bin pointing to /usr/local/git/bin/git and restarting Xcode 4, everythink worked perfect!

The full command: sudo ln -s /usr/local/git/bin/git /usr/bin/git

A couple of observations: Connecting to GitHub did not work via the native git protocol, so I had to paste in the https URI to the repo. Same with ssh key based authentication, which did not work. I had to use my GitHub registered email address (username did not work) and password.

Besides this, working with a GitHub hosted git repository from within Xcode 4 just got really fantastic!

Ihren XING-Kontakten zeigen

How to reset the iPhone OS 4.0 (beta) home screen wallpaper

Those of you who installed the first iPhone OS 4.0 beta released just yesterday, might have changed the home screen wallpaper.

One can do so via Settings > Wallpaper.

Unfortunately, the nice silver metal rain drops sprinkled default wallpaper that comes with iPhone OS 4.0 beta is not yet available as a photo in the 4.0′s library.

As a result, you cannot revert back to it if you changed the wallpaper just once.

At first, I did not find the original version in the wild but stumbled upon a really beautiful replacementDownload it from deviantART.

The original Apple wallpaper is available, too. Grab it.

Note: Do not sync wallpapers via iTunes!

iTunes tends to “optimize” images before sync, which makes them appear distorted when used as a wallpaper.

Instead email the image to yourself, open the email on your device, long press the image and save it to your camera roll.

Set it as your new home screen wallpaper and you’re done.

Ihren XING-Kontakten zeigen

Tuning my MacBook Pro by migrating to a solid state drive and keeping the built-in hard disk drive

I’m absolutely excited: Since I’m running my MacBook Pro with a Solid State Drive, the perceived speed has almost tippled.

Snow Leopard ‘cold’ boot time is down to less than 7 seconds and applications start almost instantaneously. Even slow bootstrappers like Adobe’s Photoshop CS4 get ready within seconds. Running Windows 7 in Parallels 5 now really does feel native. Xcode compiles and builds with the speed of light.

Recently I noticed that ever since I got the MacBook Pro, I never ever inserted a CD/DVD into it’s optical drive – not even once. There had to be a way to leverage the space the optical drive occupied. [Read more...]

Ihren XING-Kontakten zeigen

One solution for “Apple TV is not responding. Check that any firewall software running … allow communication on port 3689.”

By now you know that I’m a huge fan of all things Apple.

That said I’m running two Apple TVs in our house and love watching almost everything on demand and without commercials these days. (My wife and I just finished watching Season 2 and 3 of Heroes going for 4-5 episodes in a row each evening – it’s fantastic experiencing such a brilliant TV series like a full-length movie.)

A couple of weeks ago when trying to push new content to one of our Apple TVs we occasionally ran into this much hated much reported issue with iTunes stating:

“The Apple TV is not responding. Check that any firewall software running on this computer has been set to allow communication on port 3689.”

We are running iTunes 9.0.2 on Mac OS X Snow Leopard 10.6.2 and the latest 3.0.1 Apple TV firmware. [Read more...]

Ihren XING-Kontakten zeigen

Why Apple Mail (Snow Leopard) fails big time.

logo_Over at the increasingly famous The Next Web blog, I’ve covered my first weeks without Entourage 2008 and why I ultimately switched back to Microsoft Entourage. If you’re an Apple prosumer, I’d love to get your feedback and tips. In case you’ve got a solution for any of the issues I’m mentioning, please don’t keep it as a secret, post it here!

Should you prefer a direct dialog, DM me (@24z) at twitter.

Ihren XING-Kontakten zeigen

Using Vodafone Mobile Connect with Snow Leopard (10A432)

h1107Preface: I love to get in touch with my readers. Are you on Twitter? Follow me @24z please!

If you happen to be a The Next Web subscriber, you might have stumbled across my How-to-get-Snow-Leopard-early article. I’ve been running Snow Leopard for a while and the speed improvements on my MacBook Pro (one of the latest unibody models) alone are a reason to upgrade every one of my iMacs within the next two days.

While 99% of my software library has always been working fine for all previous updates, I regularly ran into severe issues with Vodafone’s Mobile Connect hard- and software. As far as I am concerned Vodafone Germany never managed to get out a software update in time. In fact, I occasionally had to wait for 8-12 weeks until I could use my UMTS modem on a new operating system. For a corporation which claims to always be at the edge of technology it’s a shame.

And again, my Vodafone Mobile Connect card did not work on Snow Leopard. It started with obscure error message during install and ended with the device not being found.

Twitter tipster @svhennig pointed me to the solution:

The Austrian A1 website offers a version of the “Mac OS Dashboard Software” which works absolutely perfect on Snow Leopard. Though the system requirements state “Leopard 10.5.0 – 10.5.6″ I can confirm Version 3.04.01.00 (14,6 MB) is fully working on 10A432 with Vodafone Germany. This is the direct download link. (Version 3.04.06.00 seems to be available, too. I did not try it. In case you’ve been successful, please leave a comment.)

Thanks to Sven sharing the link. Hope it helps others, too.

If you’d like to get more random thoughts about Snow Leopard, iPhone Development and everything else from me, start following me on Twitter.

Ihren XING-Kontakten zeigen

Wrong or mixed app icons with iPhone OS 3.0? Here might be a solution.

appiconsI have received scattered reports of a potential issue in the latest release of the iPhone and iPod touch operating system, version 3.0.

Readers reported that after their iPhone got stuck and they had to force a hard reset (keeping the Home and the Power button pressed simultaneously for a couple of seconds) some applications showed wrong icons on the Springboard/Home Screen (namely icons of other apps which are also installed).

Today I’ve experienced this issue myself, on an iPhone 3GS with a factory fresh OS 3.0.

Here’s what I did to resolve it:

  • Uninstalled the concerned apps.
  • Switched the device off.
  • Waited for some 10 minutes.
  • Switched the device back on.
  • Reinstalled the apps from the App Store directly via the iPhone (no iTunes, no Sync).

Hope this helps. Let me know in the comments!

Ihren XING-Kontakten zeigen

My first weekend with the iPhone 3G S

iPhone3GSFor the small amount of readers, that have subscribed to my blog, but are not yet subscribed to the best European Technology blog, I’d like to highlight my coverage about my first weekend with the new iPhone 3G S – where “S” stands for “Speed”.

The short version: The iPhone 3G S simply rocks. In case you’ve been slightly disappointed by the “minor” changes Apple made to the very successful iPhone 3G, you might find the article inspiring.

When my iPhone 3G S arrived early Friday morning, I was expecting to be disappointed. To the contrary: I’m totally overwhelmed by the positive impact of this performance upgrade to almost every single aspect of my daily iPhone experience.

It’s awesome. It totally rocks. If you’re still contemplating whether to update or not, stop it. Go update right away. At the end of the day, it’s not about video, voice control or a neat compass. It’s speed that matters.

Ihren XING-Kontakten zeigen

Beta 4 of the iPhone OS 3.0 is out

Continuing it’s 2 week release cycle, Apple has released Beta 4 of the iPhone OS.

This time it requires to in addition install a pre-release version of iTunes 8.2. I’ve just upgraded all our devices and it worked like a charm.

  • Upgraded iTunes 8.2.
  • Manually executed a full back up of the device.
  • Chose to upgrade to the new firmware (not restore).

Took some 15 minutes and the device got upgraded seamlessly. Hope this fixes the annoying “dial pad displayed with downwards offset” bug which prevented users from accessing the “CALL” button.

Now heading into a full day workshop in Cologne. Keep you posted later. For real-time updates, please follow me.

Ihren XING-Kontakten zeigen

iPhone OS 3.0 Beta 2 brings incredible performance boost

The news are out: Apple on Tuesday released the second beta of its much acclaimed iPhone OS 3.0. I’m running it for some 10 hours on two iPhones now – both not jailbroken and not unlocked – and my overall first impression is extremely positive.

While the first beta had severe quirks, the biggest one being it extremely slow which even rendered it useless for some folks, this second beta performs even better than the current official version 2.2.1. This is not only true for all the built-in applications. Tweetie, Byline, VisualDial and other applications are launching way faster than on 2.2.1.

Another area which seems to have improved a lot is keyboard responsiveness. From a developer’s point of view iPhone OS 3.0 has a ton of new features that I already love. From an enduser’s perspective the landscape-mode-everywhere highly responsive keyboard is the single most important feature for me. (I tend to write a lot.)

Spotlight search has been redesigned slightly and is almost twice as fast as on Beta 1.

MMS and Tethering work just fine with the two German carriers I’m using (T-Mobile and Vodafone).

For a second beta this seems to be a great release and it’s a promising outlook towards the final version which is expected for the June 2009 timeframe.

Ihren XING-Kontakten zeigen