在 Visual Studio 上运行 Xamarin Forms iOS 时出现 GetBuiltProjectOutputRecursive 错误

GetBuiltProjectOutputRecursive error running Xamarin Forms iOS on Visual Studio(在 Visual Studio 上运行 Xamarin Forms iOS 时出现 GetBuiltProjectOutputRecursive 错误)
本文介绍了在 Visual Studio 上运行 Xamarin Forms iOS 时出现 GetBuiltProjectOutputRecursive 错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

似乎我在 Visual Studio 上运行 Xamarin.iOS 时遇到了这个奇怪的问题.这发生在我更新到最新的 Xamarin(今天)之后.

Seems like I get this weird problem while running Xamarin.iOS on Visual studio. This happened after I updated to the latest Xamarin (today).

我已经连接到我的 Mac.我尝试谷歌它,没有答案......

I have connected to my Mac though. I tried to Google it, no answer...

错误MSB4057:项目中不存在目标GetBuiltProjectOutputRecursive""

"error MSB4057: The target "GetBuiltProjectOutputRecursive" does not exist in the project"

有什么问题?在更新之前,它有效!

What is the problem? Before the update, it worked!

1>------ Build started: Project: GTS.Mobile.iOS, Configuration: Debug iPhoneSimulator ------
1>  Generated session id: 04dbf5285bd918e0f3e1fc41e6f65f8c
1>  Generated build app name: GTSMobileiOS
1>  Connecting to Mac server 192.168.9.164...
1>C:UserskkhComputasCargoNetGTS.MobilepackagesMicrosoft.Bcl.Build.1.0.21uildMicrosoft.Bcl.Build.targets(243,5): warning : All projects referencing GTS.Mobile.csproj must install nuget package Microsoft.Bcl.Build. For more information, see http://go.microsoft.com/fwlink/?LinkID=317569.
1>  Consider app.config remapping of assembly "System.Runtime, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "1.5.11.0" [] to Version "4.0.0.0" [C:Program Files (x86)Reference AssembliesMicrosoftFrameworkXamarin.iOSv1.0FacadesSystem.Runtime.dll] to solve conflict and get rid of warning.
1>  Consider app.config remapping of assembly "System.IO, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "1.5.11.0" [] to Version "4.0.0.0" [C:Program Files (x86)Reference AssembliesMicrosoftFrameworkXamarin.iOSv1.0FacadesSystem.IO.dll] to solve conflict and get rid of warning.
1>  Consider app.config remapping of assembly "System.Net.Http, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "1.5.0.0" [C:UserskkhComputasCargoNetGTS.MobileGTS.MobileGTS.MobileinDebugSystem.Net.Http.dll] to Version "4.0.0.0" [C:Program Files (x86)Reference AssembliesMicrosoftFrameworkXamarin.iOSv1.0System.Net.Http.dll] to solve conflict and get rid of warning.
1>  Consider app.config remapping of assembly "System.Threading.Tasks, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "1.5.11.0" [] to Version "4.0.0.0" [C:Program Files (x86)Reference AssembliesMicrosoftFrameworkXamarin.iOSv1.0FacadesSystem.Threading.Tasks.dll] to solve conflict and get rid of warning.
1>C:Program Files (x86)MSBuild14.0inMicrosoft.Common.CurrentVersion.targets(1819,5): warning MSB3276: Found conflicts between different versions of the same dependent assembly. Please set the "AutoGenerateBindingRedirects" property to true in the project file. For more information, see http://go.microsoft.com/fwlink/?LinkId=294190.
1>  GTS.Mobile.iOS -> C:UserskkhComputasCargoNetGTS.MobileGTS.Mobile.iOSiniPhoneSimulatorDebugGTSMobileiOS.exe
1>C:Program Files (x86)MSBuildXamariniOSXamarin.iOS.Common.After.targets(59,36): error MSB4057: The target "GetBuiltProjectOutputRecursive" does not exist in the project.

推荐答案

我自己安装解决了这个问题.

I have solved the problem on my own installation.

这是我所做的:

  1. 在 Visual Studio 和 Mac 上安装最新的 xamarin.
  2. 安装 xamarin studio(最新)
  3. 删除所有 xamarin 产品,包括 gtk.
  4. 使用安装程序安装 xamarin 最新(完整包)
  5. 重启电脑
  6. 打开解决方案并清理/构建

这篇关于在 Visual Studio 上运行 Xamarin Forms iOS 时出现 GetBuiltProjectOutputRecursive 错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

DispatcherQueue null when trying to update Ui property in ViewModel(尝试更新ViewModel中的Ui属性时DispatcherQueue为空)
Drawing over all windows on multiple monitors(在多个监视器上绘制所有窗口)
Programmatically show the desktop(以编程方式显示桌面)
c# Generic Setlt;Tgt; implementation to access objects by type(按类型访问对象的C#泛型集实现)
InvalidOperationException When using Context Injection in ASP.Net Core(在ASP.NET核心中使用上下文注入时发生InvalidOperationException)
LINQ many-to-many relationship, how to write a correct WHERE clause?(LINQ多对多关系,如何写一个正确的WHERE子句?)