views:

26

answers:

0

Hello,

I was trying to use some CLLocation code from an example in here (http://www.mobileorchard.com/hello-there-a-corelocation-tutorial/). The code worked awesomely! After I installed the application on a Device the application SIMPLY works on Simulator no more. =( I've searched about it and it looks like Framework link error. I can`t understand it because it worked before. I have deleted my CLLocation relative classes and now I got the Framework link problem even after deleting that classes. Something like that:

.objc__classes __name_NSNumber

.objc__classes __name_UIColor

... and many others

I really don't know what I have to do to make my app work on simulator again (it does works fine on a device). Can you help me? I'm gonna crazy!

Ahh, I'm working with 2.2.1 iPhone SDK.

Thanks