Posts tagged as:

iPhone SDK

PhoneGap and iPhone SDK 3.0 (No launchable executable present at path)

May 13, 2009 24100.net

Today one of our devs grabbed a fresh and clean copy of PhoneGap from GitHub and yielded a “No launchable executable present at path” for an executable named “Glass.app”. A quick search over at the PhoneGap Google Groups indicated that quite a few folks ran into this or similar issues.

5 comments Read more →

Second part of German iPhone Dev series

February 25, 2009 Read This!

Over at iPhone-notes.de – which moved to new infrastructure and a new domain (http://www.iphonenotes.net) due to the increasing number of readers – I’ve published the second installment of the German Introduction to iPhone Development. Go check it out!

0 comments Read more →

Solving: Internal error occurred while creating dependency graph: ASSERTION FAILURE

February 23, 2009 Dev Quick Tips

As a regular 24100.NET reader you’ve come to know the Dev Quick Tips category. Here is my latest note-to-self contribution:
If I stumble into “Internal error occurred while creating dependency graph: ASSERTION FAILURE” code sign errors when I build an iPhone project for the device, here’s what to do:

Close Xcode. Reopen [...]

9 comments Read more →

Is UIButton’s backgroundImage broken?

February 13, 2009 iPhone Dev

One of the iPhone apps I’m currently involved into requires custom buttons. Not only has our customer asked for a special look & feel, she also wants the buttons to animate smoothly in and out. We’ve decided to implement a custom button class deriving from UIButton as opposed to trying [...]

6 comments Read more →

iphone sdk mobile provisioning (0xe800003a, 0xe8000001, …)

February 7, 2009 iPhone Dev

November 21st, 2008 Update: Apple has made some significant changes (simplification) with the release of version 2.2 of the iPhone SDK. My following article relates to version 2.1. I’m going to update it accordingly to cover the subtle changes that came with version 2.2 and 2.2.1 soon. Until this note is [...]

32 comments Read more →