2017-02-15 73 views
1

我有一個小項目(https://sourceforge.net/projects/audiocuesheet/),我使用xamarin工作室構建(項目獨立於平臺,現在我想用xamarin studio中的包構建一個新的測試版本,但是xamarin doesn 「T去,該工具的輸出就是:Xamarin Studio不會構建包

Creating packages 

Package: Archive of Binaries 

Building solution: AudioCuesheetEditor (Release Windows (x86)|x86) 

而這一切,未報告任何錯誤,但沒有包是建立我檢查了路徑,它是有效的,可以將項目建設使用xamarin的。正常的構建過程也有人有使用xamarin工作室內的軟件包,可以告訴我,什麼是錯誤的?提前致謝。

I能找到的Xamarin日誌文件,並沒有與建築工具時異常:

ERROR [2017-02-16 09:25:31Z]: An unhandled exception has occured. Terminating Xamarin Studio? False 
System.Threading.SynchronizationLockException: Die Objektsynchronisationsmethode wurde von einem nicht synchronisierten Codeblock aufgerufen. 
    at System.Threading.Monitor.ObjPulse(Object obj) 
    at System.Threading.Monitor.Pulse(Object obj) 
    at MonoDevelop.Ide.DispatchService.GtkSynchronizationContext.<>c__DisplayClass1_0.<Send>b__0(Object , EventArgs) in C:\data\lanes\3510\0ccfcd52\source\monodevelop\main\src\core\MonoDevelop.Ide\MonoDevelop.Ide\DispatchService.cs:Zeile 68. 
    at Gtk.Application.InvokeCB.Invoke() 
    at GLib.Timeout.TimeoutProxy.Handler() 

沒有任何人有一個想法,什麼錯誤?

+1

這看起來像Xamarin Studio v6中的錯誤。 Xamarin Studio 5.10似乎沒問題。我認爲你在Xamarin的bugzilla上提交了這個。 –

回答

相關問題