zoukankan      html  css  js  c++  java
  • GetBuiltProjectOutputRecursive error running Xamarin Forms iOS on Visual Studio

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

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

    "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,

    I have solved the problem on my own installation.

    Here is what i did:

    1. Install the newest xamarin on both visual studio and mac.
    2. Install xamarin studio (newest)
    3. Remove all xamarin products including gtk.
    4. Install xamarin newest(complete pack) with the installer
    5. Reboot computer
    6. Open solution and clean/build
  • 相关阅读:
    找出2n+1个数中不成对的那个(升级版)
    找出2n+1个数中不成对的那个
    随手记,完美的记账软件
    NOD32强制卸载工具使用方法【转】
    中医养生重在养“气”【灵枢针灸-袁医生】
    美国大学对本科生培养的12条标准【转】
    Windows软件使用Q&A集锦【持续更新】
    VLSI和ASIC的区别(转)
    Verilog 模块参数重定义(转)
    FPGA技术的一些基本概念(综合、BlackBox)(转)
  • 原文地址:https://www.cnblogs.com/zjoch/p/5494427.html
Copyright © 2011-2022 走看看