I had an application that was working fine in Xcode 3.2.6. I've just upgraded to Lion and Xcode 4.3.2, and my application now won't run. When I try to run it on the iPhone Simulator, I get the following error message:
dyld: Library not loaded: libboost_date_time.dylib
Referenced from: /Users/[...]/Library/Application Support/iPhone Simulator/5.1/Applications/C551D731-A05A-4A45-9289-4E38166A29AF/myApp.app/myApp
Reason: image not found
I can't figure out what this means or why it is happening. Can anyone spot what's going wrong?
Thanks,
Ed