简体   繁体   English

“ ConvertPdbToMdb”任务意外失败

[英]“ConvertPdbToMdb” task failed unexpectedly

I am using Xamarin in Visual Studio 2015 RC to build iOS apps. 我在Visual Studio 2015 RC中使用Xamarin构建iOS应用。

As soon as I am using something like this in my code: 一旦我在代码中使用了以下内容:

button.TouchUpInside += delegate
{
   // Whatever
}

I get the error, in Debug (in Release, it works) : 我在Debug中得到了错误(在Release中,它可以工作):

 "ConvertPdbToMdb" task failed unexpectedly

I found couple of discussions ans treads stating that it is a bug in Xamarin, anyone has a workaround for this ? 我发现有一些讨论和讨论表明这是Xamarin中的错误,有人对此有解决方法吗?

Try getting the latest Alpha release, should resolve the issue. 尝试获取最新的Alpha版本,应该可以解决此问题。
More details can be found in here: https://forums.xamarin.com/discussion/comment/121772/ 可以在这里找到更多详细信息: https : //forums.xamarin.com/discussion/comment/121772/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM