0

i get the message as seen in the title if i try to run my app on the device. i investigated that i have the ios 4.2.1 (8C148) on my device. whats confusing me is the fact that in xcode i only can choose the target(ios deployment target) to be 4.2 and the system-profiler->software->developer shows me "Version: 3.2 (10M2423)"(witch i think is the latest) but under SDKs i only see iPhone OS: 4.2(8C134) and iPhone Simulator: and 4.2(8C134)

could this be the reason for this error, that the device is "newer" than my sdk?

dustin.b
  • 1,275
  • 14
  • 33

2 Answers2

0

You can obtain the 4.2 sdk from Apple's website. Looks like you only have the 3.2 one installed properly on your machine, you might have to redownload and reinstall.

Check out the wikipedia page for ios version numbers to confirm you're running the correct one:

http://en.wikipedia.org/wiki/IOS_version_history

blueberryfields
  • 45,910
  • 28
  • 89
  • 168
  • but 10M2423 points to be the latest one!? i actually installed the sdk and xcode i downloaded a few days ago. – dustin.b Feb 01 '11 at 12:00
0

magically the problem appears to be gone. as i turn one's back on that problem and simply developed for simulator, today its simply working ... :/

dustin.b
  • 1,275
  • 14
  • 33