I\'m developing an iPhone app and doing ad-hoc distribution for beta testing. My users are sending me crash logs that say this:
Identifier: MyAppName
Versi
This seems to be the case for all iPhone apps, including the ones from Apple. You can look through all of the iPhone application crash logs for your devices in Console:
FILES/~/Library/Logs/CrashReporter/MobileDevice/...
Everything in that list shows up with unknown versions for me, except for MobileSafari, which has slightly different information:
OS Version: iPhone OS 2.2.1 (5H11)
Date: 2009-02-15 02:19:06 -0600
All other applications, including Apple's Calendar & Mail apps, show up with question marks for their version numbers.
It seems that other developers have noticed the same thing. It is probably a bug in the iPhone's CrashReporter program.