I'm getting this error when compiling my project and linking the Flurry Analytics library. Ony when compiling to the simulator. Compiling to device works fine.
The error is: Undefined symbols: "__Unwind_Resume", referenced from: +[FlurryAPI setAppVersion:] in libFlurry.a(FlurryAPI.o)
I found someone saying the solution was to add "-cxx -lgcc_eh" to my build parameters and this also makes the error go away. However then I get:
The assembly mscorlib.dll was not found or could not be loaded. It should have been installed in the `/Developer/MonoTouch/Build/simulator/lib/mono/2.0/mscorlib.dll' directory.
when trying to run or debug the application in the simulator.
I hope someone can help as it would save much time if I was able to test in the simulator instead of installing on the device every time.
Best regards
Soren