tags:

views:

21

answers:

0

I am writing an iPhone program, when I run it on the simulator, everything is ok. But when I want to run it on the device, sometimes I can't get the latest build, like I modified some code and build it, it runs, but gave me an old version. Is there anything I did wrong?

FYI I am using a library for my code, it will build out a static lib for my own project, I think I have to keep the project settings (like "base SDK" etc.) the same, and checked for a while, didn't find anything different.