Archive for May, 2010

Kevin Lynch of Adobe just wrapped up his keynote presentation at the Google IO conference and one of the gems of the talk was support for HTML5 available to Dreamweaver CS5.

The HTML5 Pack extension is available as a free download for Dreamweaver CS5 users on Adobe Labs.

You can also view a video demo on the Adobe Blog.

by mkeefe on May 13th, 2010

Solution to 19011 error in Xcode 3.2.3

Well after downloading, re-downloading, praying and even swearing I finally found a solution to the elusive 19011 error that surfaced in Xcode this morning.

Okay, a little backstory. I have been working on an iPhone app and earlier this morning was ready to submit the app to the App Store. I quickly downloaded the certificates and provisions, created a Distribution profile in Xcode, cleaned All Targets and finally clicked Build. After a few seconds the “excitement” was replaced by that previously mentioned frustration. After much searching in forums, Twitter and even the Apple Forums I finally came up with a fix.

Turns out the most recent (if not only) cause this issue is using the prerelease version of Xcode.

After following the following steps I was able to package apps for submission once again.

Step 1: Run the following command in Terminal.

sudo /Developer/Library/uninstall-devtools

Step 2: Delete the /Developer directory
Step 3: Restart your machine
Step 4: Download and Install Xcode 3.2.2
Step 5: Open your project in Xcode, clean your project (Build > Clean All Targets)
Step 6: Rebuild your project
Step 7: zip up the .app in the distribution directory and upload using iTunes Connect

Hope this helps others… now on to build more apps.

« Prev