Error when deploying app to the device in iphone

Posted by Rafael on Stack Overflow See other posts from Stack Overflow or by Rafael
Published on 2010-06-17T15:44:40Z Indexed on 2010/06/17 15:53 UTC
Read the original article Hit count: 196

Filed under:
|
|

Hi,

I'm developing an app with SDK 3.1.2 and it runs in the simulator, but when I try to deploy it in the device it arise de following error:

2010-06-17 17:40:39.592 MyApp[2143:207] *** -[__NSCFDate dateInformation]: unrecognized selector sent to instance 0x21e6a0
2010-06-17 17:40:39.608 MyApp[2143:207] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSCFDate dateInformation]: 

Why this doesn't happen for the simulator?

Thanks in advanced for your help.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about deployment