Iphone Simulator ERR: There was an error launching the application
I created a simple Hello World application. I am unable to test it in the IPhone Simulator. I built it using mtouch .
I get the following error:
"Launching application
ERR: There was an error launching the application "
The commands used are given below:
/Developer/MonoTouch/usr/bin/mtouch -v -sim HelloMono.app /Users/raviivatury/Documents/HelloMono.exe
Framework is: /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.0.sdk
Copying /Users/raviivatury/Documents/HelloMono.exe to HelloMono.app/HelloMono.exe
Copying /Developer/MonoTouch/usr/lib/mono/2.1/mscorlib.dll to HelloMono.app/mscorlib.dll
Linking assembly /Users/raviivatury/Documents/HelloMono.exe into HelloMono.app
Generated /var/folders/84/84P7o9OZEKiNahrcf7YuRk+++TI/-Tmp-/tmp35bf40bc.tmp/main.m
Abort trap
/Developer/MonoTouch/usr/bin/mtouch --launchsim=/Users/raviivatury/HelloMono.app --stdout=output --stderr=error
Launching application
ERR: There was an error launching the application
Please assist.
Thanks
Ravi
|