2011-09-19 3 views
2

MonoTouch는 솔루션에서의 .resx 파일에 resgen을 실행할 때 나는 다음과 같은 오류가 발생합니다 : 나는 하나의 터미널에서 resgen을 실행하면 MonoTouch 인해 resgen 오류로 실패 빌드

strings.resx: Error: 
Native stacktrace: 

* Assertion at ../../../../mono/metadata/object.c:1778, condition `class' not met 

0 mono        0x000d533a mono + 869178 
1 mono        0x001385ba mono + 1275322 
2 libsystem_c.dylib     0x9ba2e59b _sigtramp + 43 
3 ???         0xffffffff 0x0 + 4294967295 
4 libsystem_c.dylib     0x9b9c9c0c abort + 214 
5 mono        0x00282811 mono + 2627601 
6 mono        0x00282873 mono + 2627699 
7 mono        0x001eb432 mono + 2008114 
8 mono        0x001eb3f3 mono + 2008051 
9 mono        0x001df6fa mono + 1959674 
10 mono        0x001df7fd mono + 1959933 
11 mono        0x0022810a mono + 2257162 
12 mono        0x0022857d mono + 2258301 
13 mono        0x00139160 mono + 1278304 
14 mono        0x000117c7 mono + 67527 
15 mono        0x000a7f0c mono + 683788 
16 mono        0x00002742 mono + 5954 
17 mono        0x000027a1 mono + 6049 
18 mono        0x00002521 mono + 5409 

Debug info from gdb: 

No symbol table is loaded. Use the "file" command. 
Breakpoint 1 (-[NSException raise]) pending. 
No symbol table is loaded. Use the "file" command. 
Breakpoint 2 (-[_NSZombie release]) pending. 
No symbol table is loaded. Use the "file" command. 
Breakpoint 3 (szone_error) pending. 
No symbol table is loaded. Use the "file" command. 
Breakpoint 4 (objc_exception_throw) pending. 
/tmp/mono-gdb-commands.vNC9Gq:1: Error in sourced command file: 
unable to debug self 

내가 같은 오류가 솔루션의 strings.resx 파일. 어떤 아이디어가 문제 일 수 있겠습니까?

+1

재현 가능한 테스트 케이스 (필요한 파일이있는 resgen 명령 줄)가있는 bugzilla.xamarin.com에 버그 보고서를 추가해야합니다. 이것은 가장 확실하게 모노 버그입니다. –

+0

오류가 발생하지 않는 동일한 파일이있는 동료가 있습니다. – cmour

+0

동일한 모노 버전이 있습니까? –

답변

2

방향 here에 따라 MonoTouch를 제거한 다음 다시 설치하고 문제가 해결되었습니다.

위로 가기 MonoTouch를 다시 설치하려고했지만 해결되지 않았습니다. 제거하고 다시 설치해야했습니다.

+0

어떻게 다시 설치하셨습니까? 자 마린 스튜디오를 다시 설치 했습니까? –

+1

안녕하세요 @ DuraiAmuthan.H, 이것은 5 년 반 전에 나타났습니다. 나는 Xamarin Studio가 그 시점에 존재했다고 생각하지 않는다. 유사한 오류가 발생하고 있습니까? – cmour

+0

예 resgen I be beive로 인해 오류가 발생했습니다. –

관련 문제