2011-04-21 5 views
1

Monotouch를 최신 4.0으로 업그레이드하고 MonoFramework를 2.10.1_3.macos10으로 업그레이드 했으므로 시뮬레이터에서 실행되는 기존 프로젝트가 없습니다. 새 프로젝트를 만들면 잘 돌아갑니다. 이 문제를 어떻게 해결할 수 있습니까? 내가 Monodevelop에서 실행 버튼을 클릭하면MonoTouch를 업그레이드 한 후 시뮬레이터에서 기존 프로젝트를 실행할 수 없습니다.

는 빌드가 성공적으로 완료되지만 응용 프로그램 출력 창에 나는이 오류를 얻을 :

Error connecting stdout and stderr (127.0.0.1:10001) 
Couldn't register com.yourcompany.textproblem with the bootstrap server. Error: unknown error code. 
This generally means that another instance of this process was already running or is hung in the debugger.Stacktrace: 

    at (wrapper managed-to-native) MonoTouch.UIKit.UIApplication.UIApplicationMain (int,string[],intptr,intptr) <IL 0x0009f, 0xffffffff> 
    at MonoTouch.UIKit.UIApplication.Main (string[],string,string) [0x00038] in /Users/plasma/Source/iphone/monotouch/UIKit/UIApplication.cs:26 
    at MonoTouch.UIKit.UIApplication.Main (string[]) [0x00000] in /Users/plasma/Source/iphone/monotouch/UIKit/UIApplication.cs:31 
    at TextProblem.Application.Main (string[]) [0x00000] in /Users/admin/Projects/TextProblem/TextProblem/Main.cs:14 
    at (wrapper runtime-invoke) <Module>.runtime_invoke_void_object (object,intptr,intptr,intptr) <IL 0x00050, 0xffffffff> 

Native stacktrace: 

    0 TextProblem       0x000d0db5 mono_handle_native_sigsegv + 343 
    1 TextProblem       0x0013afad sigabrt_signal_handler + 116 
    2 libSystem.B.dylib     0x9027246b _sigtramp + 43 
    3 ???         0xffffffff 0x0 + 4294967295 
    4 libSystem.B.dylib     0x902ff89d raise + 26 
    5 libSystem.B.dylib     0x903159bc abort + 93 
    6 GraphicsServices     0x03edd558 GSRegisterPurpleNamedPort + 323 
    7 GraphicsServices     0x03edd715 GSEventInitialize + 220 
    8 UIKit        0x01c17229 UIApplicationMain + 643 
    9 ???         0x09e09744 0x0 + 165713732 
    10 ???         0x09e0967a 0x0 + 165713530 
    11 ???         0x07ff2b96 0x0 + 134163350 
    12 ???         0x07ff2ae2 0x0 + 134163170 
    13 ???         0x07ff2b6d 0x0 + 134163309 
    14 TextProblem       0x0000f5c7 mono_jit_runtime_invoke + 1332 
    15 TextProblem       0x001ed281 mono_runtime_invoke + 137 
    16 TextProblem       0x001ef968 mono_runtime_exec_main + 669 
    17 TextProblem       0x001eed52 mono_runtime_run_main + 843 
    18 TextProblem       0x000a3153 mono_jit_exec + 200 
    19 TextProblem       0x002a16b8 main + 4155 
    20 TextProblem       0x00002949 _start + 208 
    21 TextProblem       0x00002878 start + 40 

Debug info from gdb: 

/tmp/mono-gdb-commands.C9e16B:1: Error in sourced command file: 
unable to debug self 

================================================================= 
Got a SIGABRT while executing native code. This usually indicates 
a fatal error in the mono runtime or one of the native libraries 
used by your application. 
================================================================= 

답변

1

당신은 프로세스 시뮬레이터에 걸려 한을, 재부팅이 해결한다 이.

+0

나는 이것을 시도했지만 여전히 같은 오류가 발생합니다. –

+0

나를 위해 일했다 .. 고마워! – chris

2

시뮬레이터를 재설정 해보십시오. iOS 시뮬레이터 -> 콘텐츠 및 설정 재설정 시뮬레이터를 기본 상태로 재설정합니다.

+0

나는 이것을 시도했지만 여전히 같은 오류가 발생합니다. –

관련 문제