views:

41

answers:

1

The output from simulator and iphone device is different. what is the actualy problem?can download the sample code from below link. the path of the road is not the same for both. i also need to move the car from start to end with the validation. currently my validation is not working.all the details are in Readme

Link Download (1.3MB)

+2  A: 

There are a lot of situations where the behavior of the simulator and the device differs. Mostly they are triggered by bugs in your code, like messing up your memory management or trying to write to a file that isn't writable on the device.

geon
can have a look at my code and comment me which bunch of code make the problem as i dont manage to detect which bugs is doing the problem
sfaz
have you download the sample code?if yes, can let me know which line of code making the problem. really appreciate if u can share
sfaz