tags:

views:

44

answers:

1

How to load iphone calendar application in iphone simulator 4.0 ?

Is it possible ?

Can anyone help me ?

Thanks in advance..........

+1  A: 

Short answer - it is not possible.

The simulator doesn't come with the Calendar.app. Simulator is able to run only applications that are compiled for Intel processor. So even if you could somehow get the Calendar app from the iPhone, it would not run as it is compiled for ARM cpu.

Michal