2015-11-20 14 views
13

Wydaje się, że dostaję ten dziwny problem podczas uruchamiania Xamarin.iOS w Visual Studio. Stało się to po aktualizacji do najnowszego Xamarin (dzisiaj).GetBuiltProjectOutputRecurywny błąd z uruchomieniem Xamarin Forms iOS na Visual Studio

Połączyłem się jednak z komputerem Mac. Próbowałem google, bez odpowiedzi ...

„Błąd MSB4057: Cel«GetBuiltProjectOutputRecursive»nie istnieje w projekcie”

Na czym polega problem? Przed aktualizacją zadziałało!

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:\Users\kkh\Computas\CargoNet\GTS.Mobile\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.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 Assemblies\Microsoft\Framework\Xamarin.iOS\v1.0\Facades\System.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 Assemblies\Microsoft\Framework\Xamarin.iOS\v1.0\Facades\System.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:\Users\kkh\Computas\CargoNet\GTS.Mobile\GTS.Mobile\GTS.Mobile\bin\Debug\System.Net.Http.dll] to Version "4.0.0.0" [C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\Xamarin.iOS\v1.0\System.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 Assemblies\Microsoft\Framework\Xamarin.iOS\v1.0\Facades\System.Threading.Tasks.dll] to solve conflict and get rid of warning. 
1>C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.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:\Users\kkh\Computas\CargoNet\GTS.Mobile\GTS.Mobile.iOS\bin\iPhoneSimulator\Debug\GTSMobileiOS.exe 
1>C:\Program Files (x86)\MSBuild\Xamarin\iOS\Xamarin.iOS.Common.After.targets(59,36): error MSB4057: The target "GetBuiltProjectOutputRecursive" does not exist in the project. 
+0

Pokaż swój kod. Zadaj konkretne i ukierunkowane pytania. – tdbeckett

+0

Nie sądzę, żebym musiał pokazać dowolny kod. Stworzyłem nowy projekt. Połączony z moim komputerem Mac, zasiadał iOS jako projekt startowy z projektu formularzy, a następnie nadal dostaję błąd. Sprawdziłem Jeśli podłączyłem się poprawnie, ponieważ mogłem zdalnie zdalnie przeprowadzić symulator iOS w moim systemie Windows –

+0

, zaktualizowałem go do najnowszego xamarin i otrzymałem ten sam błąd, nie zmieniając niczego poza aktualizowaniem. – RomanK

Odpowiedz

3

Rozwiązałem problem na własnej instalacji.

Oto co zrobiłem:

  1. zainstalować najnowszą Xamarin zarówno visual studio i Mac.
  2. Zainstaluj studio xamarin (najnowsze)
  3. Usuń wszystkie produkty xamarin, w tym gtk.
  4. Install Xamarin najnowsza (pełny pakiet) z instalatorem
  5. komputerowego Reboot
  6. Otwarte rozwiązania i czyste/zbudować
+0

hmmm, więc działa, jeśli usunę wszystkie gtk itp. Na moim komputerze z systemem Windows. następnie zainstaluj pakiet ponownie i uruchom ponownie, a następnie wypróbuj go w visual studio? –

+0

Dzięki! Domyślam się, że twoje rozwiązanie jest najprostsze i prawidłowe. –

Powiązane problemy