microsoft / azure-pipelines-tasks

Tasks for Azure Pipelines
https://aka.ms/tfbuild
MIT License
3.45k stars 2.6k forks source link

VSTS MacInCloud can't find Xamarin Namespace #3261

Closed IgesEntwickler closed 7 years ago

IgesEntwickler commented 7 years ago

Hello,

I checked in a Shared Xamarin App made by VS 2017 RC. If I try to build it on MacInCloud the namespaces for Xamarin are not found. If I check it out on a mac and build it with VS for MAC it works fine. Any suggestions?

/Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/App.xaml.cs(11,7): error CS0246: The type or namespace name `Xamarin' could not be found. Are you missing an assembly reference?

The Xamarin component restore are enabled.

2016-12-12T11:47:07.9713050Z ##[section]Starting: Build Xamarin.iOS solution $/IGES Impfausweis/SourceCode/IGES.APP.Impfausweis.sln
2016-12-12T11:47:08.0277950Z ==============================================================================
2016-12-12T11:47:08.0291630Z Task         : Xamarin.iOS
2016-12-12T11:47:08.0305050Z Description  : Build an iOS app with Xamarin on Mac OS
2016-12-12T11:47:08.0318510Z Version      : 1.1.1
2016-12-12T11:47:08.0331860Z Author       : Microsoft Corporation
2016-12-12T11:47:08.0345470Z Help         : [More Information](https://go.microsoft.com/fwlink/?LinkID=613729)
2016-12-12T11:47:08.0359490Z ==============================================================================
2016-12-12T11:47:16.7911400Z [command]/usr/local/bin/nuget restore /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis.sln
2016-12-12T11:47:17.2400420Z [command]/usr/local/bin/xbuild /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis.sln /p:Configuration=iOS Release /p:Platform=iPhoneSimulator
2016-12-12T11:47:17.3313050Z XBuild Engine Version 14.0
2016-12-12T11:47:17.3327860Z Mono, Version 4.6.2.0
2016-12-12T11:47:17.3342460Z Copyright (C) 2005-2013 Various Mono authors
2016-12-12T11:47:17.4140300Z 
2016-12-12T11:47:17.4162720Z Build started 12/12/2016 3:47:17 AM.
2016-12-12T11:47:17.4184970Z __________________________________________________
2016-12-12T11:47:17.5690650Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/IGES.APP.Impfausweis.shproj:  warning : Could not find project file /Library/Frameworks/Mono.framework/External/xbuild/Microsoft/VisualStudio/v/CodeSharing/Microsoft.CodeSharing.Common.Default.props, to import. Ignoring.
2016-12-12T11:47:17.5795820Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/IGES.APP.Impfausweis.shproj:  warning : Could not find project file /Library/Frameworks/Mono.framework/External/xbuild/Microsoft/VisualStudio/v/CodeSharing/Microsoft.CodeSharing.Common.props, to import. Ignoring.
2016-12-12T11:47:17.5927860Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/IGES.APP.Impfausweis.shproj:  warning : Could not find project file /Library/Frameworks/Mono.framework/External/xbuild/Microsoft/VisualStudio/v/CodeSharing/Microsoft.CodeSharing.CSharp.targets, to import. Ignoring.
2016-12-12T11:47:17.8650240Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis.sln:  warning : Don't know how to handle GlobalSection SharedMSBuildProjectFiles, Ignoring.
2016-12-12T11:47:17.8757990Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis.sln:  warning : Don't know how to handle GlobalSection TeamFoundationVersionControl, Ignoring.
2016-12-12T11:47:17.9524670Z Project "/Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis.sln" (default target(s)):
2016-12-12T11:47:17.9542830Z    Target ValidateSolutionConfiguration:
2016-12-12T11:47:17.9560620Z        Building solution configuration "iOS Release|iPhoneSimulator".
2016-12-12T11:47:18.0925250Z    Target Build:
2016-12-12T11:47:18.0946010Z        Project "/Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis.iOS/IGES.APP.Impfausweis.iOS.csproj" (default target(s)):
2016-12-12T11:47:18.0965010Z            Target PrepareForBuild:
2016-12-12T11:47:18.0981820Z                Configuration: iOS Release Platform: iPhoneSimulator
2016-12-12T11:47:18.1048050Z                Created directory "bin/iPhoneSimulator/iOS Release/"
2016-12-12T11:47:18.1067450Z                Created directory "obj/iPhoneSimulator/iOS Release/"
2016-12-12T11:47:18.1086370Z            Target _DetectAppManifest:
2016-12-12T11:47:18.1106440Z                FindItemWithLogicalName Task
2016-12-12T11:47:18.1120930Z                  Items:
2016-12-12T11:47:18.1136060Z                    app.config
2016-12-12T11:47:18.1150760Z                    Entitlements.plist
2016-12-12T11:47:18.1166420Z                    Info.plist
2016-12-12T11:47:18.1180790Z                    project.json
2016-12-12T11:47:18.1195060Z                  LogicalName: Info.plist
2016-12-12T11:47:18.1209920Z                  ProjectDir: /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis.iOS
2016-12-12T11:47:18.1225510Z                  ResourcePrefix: Resources
2016-12-12T11:47:18.2039280Z            Target _DetectSdkLocations:
2016-12-12T11:47:18.2055550Z                DetectSdkLocations Task
2016-12-12T11:47:18.2071400Z                  TargetFrameworkIdentifier: Xamarin.iOS
2016-12-12T11:47:18.2086590Z                  TargetArchitectures: i386
2016-12-12T11:47:18.2102380Z                  SdkVersion: 10.1
2016-12-12T11:47:18.2117290Z                  XamarinSdkRoot: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current
2016-12-12T11:47:18.2133770Z                  SdkRoot: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.1.sdk
2016-12-12T11:47:18.2151950Z                  SdkDevPath: /Applications/Xcode.app/Contents/Developer
2016-12-12T11:47:18.2166850Z                  SdkUsrPath: /Applications/Xcode.app/Contents/Developer/usr
2016-12-12T11:47:18.2183610Z                  SdkPlatform: iPhoneSimulator
2016-12-12T11:47:18.2201120Z                  SdkIsSimulator: True
2016-12-12T11:47:18.2215860Z            Target _CoreCompileInterfaceDefinitions:
2016-12-12T11:47:18.2230560Z                IBTool Task
2016-12-12T11:47:18.2245310Z                  AppManifest: Info.plist
2016-12-12T11:47:18.2259650Z                  InterfaceDefinitions:
2016-12-12T11:47:18.2274490Z                    Resources/LaunchScreen.storyboard
2016-12-12T11:47:18.2289100Z                  IntermediateOutputPath: obj/iPhoneSimulator/iOS Release/
2016-12-12T11:47:18.2303460Z                  IsWatchApp: False
2016-12-12T11:47:18.2317780Z                  IsWatch2App: False
2016-12-12T11:47:18.2338840Z                  IsAppExtension: False
2016-12-12T11:47:18.2356280Z                  ProjectDir: /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis.iOS
2016-12-12T11:47:18.2371200Z                  ResourcePrefix: Resources
2016-12-12T11:47:18.2385750Z                  SdkBinPath: /Applications/Xcode.app/Contents/Developer/usr/bin
2016-12-12T11:47:18.2401180Z                  SdkPlatform: iPhoneSimulator
2016-12-12T11:47:18.2415990Z                  SdkRoot: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.1.sdk
2016-12-12T11:47:18.2430580Z                  SdkVersion: 10.1
2016-12-12T11:47:18.2450450Z                Tool /Applications/Xcode.app/Contents/Developer/usr/bin/ibtool execution started with arguments: --errors --warnings --notices --output-format xml1 --minimum-deployment-target 6.0 --target-device iphone --target-device ipad --auto-activate-custom-fonts --sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.1.sdk --compilation-directory "/Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis.iOS/obj/iPhoneSimulator/iOS Release/ibtool" /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis.iOS/Resources/LaunchScreen.storyboard
2016-12-12T11:47:21.8629980Z                Tool /Applications/Xcode.app/Contents/Developer/usr/bin/ibtool execution started with arguments: --errors --warnings --notices --output-format xml1 --minimum-deployment-target 6.0 --target-device iphone --target-device ipad --auto-activate-custom-fonts --sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.1.sdk --link "/Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis.iOS/obj/iPhoneSimulator/iOS Release/ibtool-link" "/Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis.iOS/obj/iPhoneSimulator/iOS Release/ibtool/LaunchScreen~iphone.storyboardc" "/Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis.iOS/obj/iPhoneSimulator/iOS Release/ibtool/LaunchScreen~ipad.storyboardc" "/Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis.iOS/obj/iPhoneSimulator/iOS Release/ibtool/LaunchScreen.storyboardc"
2016-12-12T11:47:22.0359810Z                  BundleResources Output:
2016-12-12T11:47:22.0377960Z                    obj/iPhoneSimulator/iOS Release/ibtool-link/LaunchScreen.storyboardc/UIViewController-X5k-f2-b5h~ipad.nib/objects-8.0+.nib
2016-12-12T11:47:22.0394020Z                    obj/iPhoneSimulator/iOS Release/ibtool-link/LaunchScreen.storyboardc/UIViewController-X5k-f2-b5h~ipad.nib/objects.nib
2016-12-12T11:47:22.0410220Z                    obj/iPhoneSimulator/iOS Release/ibtool-link/LaunchScreen.storyboardc/UIViewController-X5k-f2-b5h~ipad.nib/runtime.nib
2016-12-12T11:47:22.0426360Z                    obj/iPhoneSimulator/iOS Release/ibtool-link/LaunchScreen.storyboardc/UIViewController-X5k-f2-b5h~iphone.nib/objects-8.0+.nib
2016-12-12T11:47:22.0442080Z                    obj/iPhoneSimulator/iOS Release/ibtool-link/LaunchScreen.storyboardc/UIViewController-X5k-f2-b5h~iphone.nib/objects.nib
2016-12-12T11:47:22.0458500Z                    obj/iPhoneSimulator/iOS Release/ibtool-link/LaunchScreen.storyboardc/UIViewController-X5k-f2-b5h~iphone.nib/runtime.nib
2016-12-12T11:47:22.0473850Z                    obj/iPhoneSimulator/iOS Release/ibtool-link/LaunchScreen.storyboardc/X5k-f2-b5h-view-yd7-JS-zBw~ipad.nib/objects-8.0+.nib
2016-12-12T11:47:22.0489200Z                    obj/iPhoneSimulator/iOS Release/ibtool-link/LaunchScreen.storyboardc/X5k-f2-b5h-view-yd7-JS-zBw~ipad.nib/objects.nib
2016-12-12T11:47:22.0510750Z                    obj/iPhoneSimulator/iOS Release/ibtool-link/LaunchScreen.storyboardc/X5k-f2-b5h-view-yd7-JS-zBw~ipad.nib/runtime.nib
2016-12-12T11:47:22.0526400Z                    obj/iPhoneSimulator/iOS Release/ibtool-link/LaunchScreen.storyboardc/X5k-f2-b5h-view-yd7-JS-zBw~iphone.nib/objects-8.0+.nib
2016-12-12T11:47:22.0542020Z                    obj/iPhoneSimulator/iOS Release/ibtool-link/LaunchScreen.storyboardc/X5k-f2-b5h-view-yd7-JS-zBw~iphone.nib/objects.nib
2016-12-12T11:47:22.0557410Z                    obj/iPhoneSimulator/iOS Release/ibtool-link/LaunchScreen.storyboardc/X5k-f2-b5h-view-yd7-JS-zBw~iphone.nib/runtime.nib
2016-12-12T11:47:22.0572560Z                    obj/iPhoneSimulator/iOS Release/ibtool-link/LaunchScreen~ipad.storyboardc/Info-8.0+.plist
2016-12-12T11:47:22.0587620Z                    obj/iPhoneSimulator/iOS Release/ibtool-link/LaunchScreen~ipad.storyboardc/Info.plist
2016-12-12T11:47:22.0602650Z                    obj/iPhoneSimulator/iOS Release/ibtool-link/LaunchScreen~iphone.storyboardc/Info-8.0+.plist
2016-12-12T11:47:22.0617650Z                    obj/iPhoneSimulator/iOS Release/ibtool-link/LaunchScreen~iphone.storyboardc/Info.plist
2016-12-12T11:47:22.0633390Z                  OutputManifests Output:
2016-12-12T11:47:22.0649090Z                    obj/iPhoneSimulator/iOS Release/ibtool-manifests/LaunchScreen.storyboardc
2016-12-12T11:47:22.0664070Z                    obj/iPhoneSimulator/iOS Release/ibtool-manifests/link
2016-12-12T11:47:22.0761910Z            Target _CollectColladaAssets:
2016-12-12T11:47:22.0778620Z                CollectBundleResources Task
2016-12-12T11:47:22.0799190Z                  BundleResources: <null>
2016-12-12T11:47:22.0813750Z                  OptimizePropertyLists: False
2016-12-12T11:47:22.0828060Z                  OptimizePNGs: False
2016-12-12T11:47:22.0842940Z                  ProjectDir: /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis.iOS
2016-12-12T11:47:22.0859100Z                  ResourcePrefix: Resources
2016-12-12T11:47:22.0878550Z            Target _CoreCompileColladaAssets:
2016-12-12T11:47:22.0893070Z            No input files were specified for target _CoreCompileColladaAssets, skipping.
2016-12-12T11:47:22.0907550Z            Target _BeforeCoreCompileSceneKitAssets:
2016-12-12T11:47:22.0922170Z            No input files were specified for target _BeforeCoreCompileSceneKitAssets, skipping.
2016-12-12T11:47:22.0936700Z            Target _CoreCompileSceneKitAssets:
2016-12-12T11:47:22.0951220Z            No input files were specified for target _CoreCompileSceneKitAssets, skipping.
2016-12-12T11:47:22.0965750Z            Target _BeforeCompileTextureAtlases:
2016-12-12T11:47:22.0980230Z            No input files were specified for target _BeforeCompileTextureAtlases, skipping.
2016-12-12T11:47:22.0994920Z            Target _CoreCompileTextureAtlases:
2016-12-12T11:47:22.1009400Z            No input files were specified for target _CoreCompileTextureAtlases, skipping.
2016-12-12T11:47:22.1023930Z            Target _CollectBundleResources:
2016-12-12T11:47:22.1040090Z                CollectBundleResources Task
2016-12-12T11:47:22.1059940Z                  BundleResources:
2016-12-12T11:47:22.1078280Z                    Resources/Default-568h@2x.png
2016-12-12T11:47:22.1092970Z                    Resources/Default-Portrait.png
2016-12-12T11:47:22.1107690Z                    Resources/Default-Portrait@2x.png
2016-12-12T11:47:22.1122930Z                    Resources/Default.png
2016-12-12T11:47:22.1138090Z                    Resources/Default@2x.png
2016-12-12T11:47:22.1153340Z                    Resources/Icon-60@2x.png
2016-12-12T11:47:22.1173170Z                    Resources/Icon-60@3x.png
2016-12-12T11:47:22.1198180Z                    Resources/Icon-76.png
2016-12-12T11:47:22.1215400Z                    Resources/Icon-76@2x.png
2016-12-12T11:47:22.1237400Z                    Resources/Icon-Small-40.png
2016-12-12T11:47:22.1252730Z                    Resources/Icon-Small-40@2x.png
2016-12-12T11:47:22.1268270Z                    Resources/Icon-Small-40@3x.png
2016-12-12T11:47:22.1284980Z                    Resources/Icon-Small.png
2016-12-12T11:47:22.1299910Z                    Resources/Icon-Small@2x.png
2016-12-12T11:47:22.1315430Z                    Resources/Icon-Small@3x.png
2016-12-12T11:47:22.1329850Z                    Resources/tab_feed@2x.png
2016-12-12T11:47:22.1344340Z                    Resources/tab_feed@3x.png
2016-12-12T11:47:22.1358700Z                    Resources/xamarin_logo.png
2016-12-12T11:47:22.1373510Z                    Resources/xamarin_logo@2x.png
2016-12-12T11:47:22.1388050Z                    Resources/xamarin_logo@3x.png
2016-12-12T11:47:22.1409160Z                    Resources/tab_about.png
2016-12-12T11:47:22.1426900Z                    Resources/tab_about@2x.png
2016-12-12T11:47:22.1441470Z                    Resources/tab_about@3x.png
2016-12-12T11:47:22.1455840Z                    Resources/tab_feed.png
2016-12-12T11:47:22.1470720Z                    Resources/profile_generic@3x.png
2016-12-12T11:47:22.1485300Z                    Resources/profile_generic.png
2016-12-12T11:47:22.1500260Z                    Resources/profile_generic@2x.png
2016-12-12T11:47:22.1514760Z                    Resources/slideout.png
2016-12-12T11:47:22.1529170Z                    Resources/slideout@2x.png
2016-12-12T11:47:22.1543510Z                    Resources/iges.png
2016-12-12T11:47:22.1557900Z                    Resources/igessmall.png
2016-12-12T11:47:22.1572300Z                  OptimizePropertyLists: True
2016-12-12T11:47:22.1594040Z                  OptimizePNGs: True
2016-12-12T11:47:22.1609510Z                  ProjectDir: /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis.iOS
2016-12-12T11:47:22.1624040Z                  ResourcePrefix: Resources
2016-12-12T11:47:22.1638680Z            Target _CoreOptimizePngImages:
2016-12-12T11:47:22.1653950Z                OptimizeImage Task
2016-12-12T11:47:22.1669360Z                  InputImages:
2016-12-12T11:47:22.1686140Z                    Resources/Default-568h@2x.png
2016-12-12T11:47:22.1701100Z                    Resources/Default-Portrait.png
2016-12-12T11:47:22.1715930Z                    Resources/Default-Portrait@2x.png
2016-12-12T11:47:22.1730320Z                    Resources/Default.png
2016-12-12T11:47:22.1744680Z                    Resources/Default@2x.png
2016-12-12T11:47:22.1761540Z                    Resources/Icon-60@2x.png
2016-12-12T11:47:22.1780910Z                    Resources/Icon-60@3x.png
2016-12-12T11:47:22.1796550Z                    Resources/Icon-76.png
2016-12-12T11:47:22.1814100Z                    Resources/Icon-76@2x.png
2016-12-12T11:47:22.1830260Z                    Resources/Icon-Small-40.png
2016-12-12T11:47:22.1844990Z                    Resources/Icon-Small-40@2x.png
2016-12-12T11:47:22.1859730Z                    Resources/Icon-Small-40@3x.png
2016-12-12T11:47:22.1874330Z                    Resources/Icon-Small.png
2016-12-12T11:47:22.1889110Z                    Resources/Icon-Small@2x.png
2016-12-12T11:47:22.1903760Z                    Resources/Icon-Small@3x.png
2016-12-12T11:47:22.1918130Z                    Resources/tab_feed@2x.png
2016-12-12T11:47:22.1937890Z                    Resources/tab_feed@3x.png
2016-12-12T11:47:22.1956370Z                    Resources/xamarin_logo.png
2016-12-12T11:47:22.1971290Z                    Resources/xamarin_logo@2x.png
2016-12-12T11:47:22.1985800Z                    Resources/xamarin_logo@3x.png
2016-12-12T11:47:22.2000150Z                    Resources/tab_about.png
2016-12-12T11:47:22.2014480Z                    Resources/tab_about@2x.png
2016-12-12T11:47:22.2028900Z                    Resources/tab_about@3x.png
2016-12-12T11:47:22.2043280Z                    Resources/tab_feed.png
2016-12-12T11:47:22.2058860Z                    Resources/profile_generic@3x.png
2016-12-12T11:47:22.2073300Z                    Resources/profile_generic.png
2016-12-12T11:47:22.2087640Z                    Resources/profile_generic@2x.png
2016-12-12T11:47:22.2102020Z                    Resources/slideout.png
2016-12-12T11:47:22.2121210Z                    Resources/slideout@2x.png
2016-12-12T11:47:22.2138580Z                    Resources/iges.png
2016-12-12T11:47:22.2153560Z                    Resources/igessmall.png
2016-12-12T11:47:22.2168200Z                  OutputImages:
2016-12-12T11:47:22.2183520Z                    obj/iPhoneSimulator/iOS Release/optimized/Default-568h@2x.png
2016-12-12T11:47:22.2198410Z                    obj/iPhoneSimulator/iOS Release/optimized/Default-Portrait.png
2016-12-12T11:47:22.2213210Z                    obj/iPhoneSimulator/iOS Release/optimized/Default-Portrait@2x.png
2016-12-12T11:47:22.2227780Z                    obj/iPhoneSimulator/iOS Release/optimized/Default.png
2016-12-12T11:47:22.2242250Z                    obj/iPhoneSimulator/iOS Release/optimized/Default@2x.png
2016-12-12T11:47:22.2256980Z                    obj/iPhoneSimulator/iOS Release/optimized/Icon-60@2x.png
2016-12-12T11:47:22.2284650Z                    obj/iPhoneSimulator/iOS Release/optimized/Icon-60@3x.png
2016-12-12T11:47:22.2302080Z                    obj/iPhoneSimulator/iOS Release/optimized/Icon-76.png
2016-12-12T11:47:22.2320380Z                    obj/iPhoneSimulator/iOS Release/optimized/Icon-76@2x.png
2016-12-12T11:47:22.2335210Z                    obj/iPhoneSimulator/iOS Release/optimized/Icon-Small-40.png
2016-12-12T11:47:22.2350000Z                    obj/iPhoneSimulator/iOS Release/optimized/Icon-Small-40@2x.png
2016-12-12T11:47:22.2364850Z                    obj/iPhoneSimulator/iOS Release/optimized/Icon-Small-40@3x.png
2016-12-12T11:47:22.2379650Z                    obj/iPhoneSimulator/iOS Release/optimized/Icon-Small.png
2016-12-12T11:47:22.2394380Z                    obj/iPhoneSimulator/iOS Release/optimized/Icon-Small@2x.png
2016-12-12T11:47:22.2409120Z                    obj/iPhoneSimulator/iOS Release/optimized/Icon-Small@3x.png
2016-12-12T11:47:22.2423660Z                    obj/iPhoneSimulator/iOS Release/optimized/tab_feed@2x.png
2016-12-12T11:47:22.2438120Z                    obj/iPhoneSimulator/iOS Release/optimized/tab_feed@3x.png
2016-12-12T11:47:22.2455690Z                    obj/iPhoneSimulator/iOS Release/optimized/xamarin_logo.png
2016-12-12T11:47:22.2477460Z                    obj/iPhoneSimulator/iOS Release/optimized/xamarin_logo@2x.png
2016-12-12T11:47:22.2492600Z                    obj/iPhoneSimulator/iOS Release/optimized/xamarin_logo@3x.png
2016-12-12T11:47:22.2507350Z                    obj/iPhoneSimulator/iOS Release/optimized/tab_about.png
2016-12-12T11:47:22.2522020Z                    obj/iPhoneSimulator/iOS Release/optimized/tab_about@2x.png
2016-12-12T11:47:22.2540660Z                    obj/iPhoneSimulator/iOS Release/optimized/tab_about@3x.png
2016-12-12T11:47:22.2563000Z                    obj/iPhoneSimulator/iOS Release/optimized/tab_feed.png
2016-12-12T11:47:22.2640130Z                    obj/iPhoneSimulator/iOS Release/optimized/profile_generic@3x.png
2016-12-12T11:47:22.2664340Z                    obj/iPhoneSimulator/iOS Release/optimized/profile_generic.png
2016-12-12T11:47:22.2687430Z                    obj/iPhoneSimulator/iOS Release/optimized/profile_generic@2x.png
2016-12-12T11:47:22.2702550Z                    obj/iPhoneSimulator/iOS Release/optimized/slideout.png
2016-12-12T11:47:22.2717120Z                    obj/iPhoneSimulator/iOS Release/optimized/slideout@2x.png
2016-12-12T11:47:22.2732190Z                    obj/iPhoneSimulator/iOS Release/optimized/iges.png
2016-12-12T11:47:22.2746740Z                    obj/iPhoneSimulator/iOS Release/optimized/igessmall.png
2016-12-12T11:47:22.2761830Z                  SdkDevPath: /Applications/Xcode.app/Contents/Developer
2016-12-12T11:47:22.2777480Z                Tool /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush execution started with arguments: -q -iphone -f 0 Resources/Default-568h@2x.png "obj/iPhoneSimulator/iOS Release/optimized/Default-568h@2x.png" 
2016-12-12T11:47:22.2793820Z                Tool /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush execution started with arguments: -q -iphone -f 0 Resources/Default-Portrait.png "obj/iPhoneSimulator/iOS Release/optimized/Default-Portrait.png" 
2016-12-12T11:47:22.3884210Z                Tool /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush execution started with arguments: -q -iphone -f 0 Resources/Default-Portrait@2x.png "obj/iPhoneSimulator/iOS Release/optimized/Default-Portrait@2x.png" 
2016-12-12T11:47:22.7136260Z                Tool /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush execution started with arguments: -q -iphone -f 0 Resources/Default.png "obj/iPhoneSimulator/iOS Release/optimized/Default.png" 
2016-12-12T11:47:22.7986830Z                Tool /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush execution started with arguments: -q -iphone -f 0 Resources/Default@2x.png "obj/iPhoneSimulator/iOS Release/optimized/Default@2x.png" 
2016-12-12T11:47:22.9088200Z                Tool /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush execution started with arguments: -q -iphone -f 0 Resources/Icon-60@2x.png "obj/iPhoneSimulator/iOS Release/optimized/Icon-60@2x.png" 
2016-12-12T11:47:22.9630070Z                Tool /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush execution started with arguments: -q -iphone -f 0 Resources/Icon-60@3x.png "obj/iPhoneSimulator/iOS Release/optimized/Icon-60@3x.png" 
2016-12-12T11:47:23.0470770Z                Tool /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush execution started with arguments: -q -iphone -f 0 Resources/Icon-76.png "obj/iPhoneSimulator/iOS Release/optimized/Icon-76.png" 
2016-12-12T11:47:23.1054180Z                Tool /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush execution started with arguments: -q -iphone -f 0 Resources/Icon-76@2x.png "obj/iPhoneSimulator/iOS Release/optimized/Icon-76@2x.png" 
2016-12-12T11:47:23.1646210Z                Tool /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush execution started with arguments: -q -iphone -f 0 Resources/Icon-Small-40.png "obj/iPhoneSimulator/iOS Release/optimized/Icon-Small-40.png" 
2016-12-12T11:47:23.2197830Z                Tool /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush execution started with arguments: -q -iphone -f 0 Resources/Icon-Small-40@2x.png "obj/iPhoneSimulator/iOS Release/optimized/Icon-Small-40@2x.png" 
2016-12-12T11:47:23.2785600Z                Tool /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush execution started with arguments: -q -iphone -f 0 Resources/Icon-Small-40@3x.png "obj/iPhoneSimulator/iOS Release/optimized/Icon-Small-40@3x.png" 
2016-12-12T11:47:23.3505440Z                Tool /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush execution started with arguments: -q -iphone -f 0 Resources/Icon-Small.png "obj/iPhoneSimulator/iOS Release/optimized/Icon-Small.png" 
2016-12-12T11:47:23.4040650Z                Tool /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush execution started with arguments: -q -iphone -f 0 Resources/Icon-Small@2x.png "obj/iPhoneSimulator/iOS Release/optimized/Icon-Small@2x.png" 
2016-12-12T11:47:23.4608690Z                Tool /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush execution started with arguments: -q -iphone -f 0 Resources/Icon-Small@3x.png "obj/iPhoneSimulator/iOS Release/optimized/Icon-Small@3x.png" 
2016-12-12T11:47:23.5254220Z                Tool /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush execution started with arguments: -q -iphone -f 0 Resources/tab_feed@2x.png "obj/iPhoneSimulator/iOS Release/optimized/tab_feed@2x.png" 
2016-12-12T11:47:23.5825390Z                Tool /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush execution started with arguments: -q -iphone -f 0 Resources/tab_feed@3x.png "obj/iPhoneSimulator/iOS Release/optimized/tab_feed@3x.png" 
2016-12-12T11:47:23.6458100Z                Tool /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush execution started with arguments: -q -iphone -f 0 Resources/xamarin_logo.png "obj/iPhoneSimulator/iOS Release/optimized/xamarin_logo.png" 
2016-12-12T11:47:23.7106760Z                Tool /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush execution started with arguments: -q -iphone -f 0 Resources/xamarin_logo@2x.png "obj/iPhoneSimulator/iOS Release/optimized/xamarin_logo@2x.png" 
2016-12-12T11:47:23.7905160Z                Tool /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush execution started with arguments: -q -iphone -f 0 Resources/xamarin_logo@3x.png "obj/iPhoneSimulator/iOS Release/optimized/xamarin_logo@3x.png" 
2016-12-12T11:47:23.9058640Z                Tool /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush execution started with arguments: -q -iphone -f 0 Resources/tab_about.png "obj/iPhoneSimulator/iOS Release/optimized/tab_about.png" 
2016-12-12T11:47:23.9650730Z                Tool /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush execution started with arguments: -q -iphone -f 0 Resources/tab_about@2x.png "obj/iPhoneSimulator/iOS Release/optimized/tab_about@2x.png" 
2016-12-12T11:47:24.0223580Z                Tool /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush execution started with arguments: -q -iphone -f 0 Resources/tab_about@3x.png "obj/iPhoneSimulator/iOS Release/optimized/tab_about@3x.png" 
2016-12-12T11:47:24.0870740Z                Tool /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush execution started with arguments: -q -iphone -f 0 Resources/tab_feed.png "obj/iPhoneSimulator/iOS Release/optimized/tab_feed.png" 
2016-12-12T11:47:24.1423720Z                Tool /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush execution started with arguments: -q -iphone -f 0 Resources/profile_generic@3x.png "obj/iPhoneSimulator/iOS Release/optimized/profile_generic@3x.png" 
2016-12-12T11:47:24.2336660Z                Tool /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush execution started with arguments: -q -iphone -f 0 Resources/profile_generic.png "obj/iPhoneSimulator/iOS Release/optimized/profile_generic.png" 
2016-12-12T11:47:24.3007540Z                Tool /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush execution started with arguments: -q -iphone -f 0 Resources/profile_generic@2x.png "obj/iPhoneSimulator/iOS Release/optimized/profile_generic@2x.png" 
2016-12-12T11:47:24.3744790Z                Tool /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush execution started with arguments: -q -iphone -f 0 Resources/slideout.png "obj/iPhoneSimulator/iOS Release/optimized/slideout.png" 
2016-12-12T11:47:24.4268690Z                Tool /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush execution started with arguments: -q -iphone -f 0 Resources/slideout@2x.png "obj/iPhoneSimulator/iOS Release/optimized/slideout@2x.png" 
2016-12-12T11:47:24.4820800Z                Tool /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush execution started with arguments: -q -iphone -f 0 Resources/iges.png "obj/iPhoneSimulator/iOS Release/optimized/iges.png" 
2016-12-12T11:47:24.5518190Z                Tool /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush execution started with arguments: -q -iphone -f 0 Resources/igessmall.png "obj/iPhoneSimulator/iOS Release/optimized/igessmall.png" 
2016-12-12T11:47:24.6401310Z            Target _CoreOptimizePropertyLists:
2016-12-12T11:47:24.6423510Z            No input files were specified for target _CoreOptimizePropertyLists, skipping.
2016-12-12T11:47:24.6440880Z            Target _CoreOptimizeLocalizationFiles:
2016-12-12T11:47:24.6457660Z            No input files were specified for target _CoreOptimizeLocalizationFiles, skipping.
2016-12-12T11:47:24.8956740Z            Target _UnpackLibraryResources:
2016-12-12T11:47:24.8972340Z                UnpackLibraryResources Task
2016-12-12T11:47:24.8991350Z                  Prefix: monotouch
2016-12-12T11:47:24.9015440Z                  IntermediateOutputPath: obj/iPhoneSimulator/iOS Release/
2016-12-12T11:47:24.9035690Z                  NoOverwrite:
2016-12-12T11:47:24.9051800Z                    obj/iPhoneSimulator/iOS Release/ibtool-link/LaunchScreen.storyboardc/UIViewController-X5k-f2-b5h~ipad.nib/objects-8.0+.nib
2016-12-12T11:47:24.9067650Z                    obj/iPhoneSimulator/iOS Release/ibtool-link/LaunchScreen.storyboardc/UIViewController-X5k-f2-b5h~ipad.nib/objects.nib
2016-12-12T11:47:24.9083880Z                    obj/iPhoneSimulator/iOS Release/ibtool-link/LaunchScreen.storyboardc/UIViewController-X5k-f2-b5h~ipad.nib/runtime.nib
2016-12-12T11:47:24.9101800Z                    obj/iPhoneSimulator/iOS Release/ibtool-link/LaunchScreen.storyboardc/UIViewController-X5k-f2-b5h~iphone.nib/objects-8.0+.nib
2016-12-12T11:47:24.9119450Z                    obj/iPhoneSimulator/iOS Release/ibtool-link/LaunchScreen.storyboardc/UIViewController-X5k-f2-b5h~iphone.nib/objects.nib
2016-12-12T11:47:24.9136830Z                    obj/iPhoneSimulator/iOS Release/ibtool-link/LaunchScreen.storyboardc/UIViewController-X5k-f2-b5h~iphone.nib/runtime.nib
2016-12-12T11:47:24.9155330Z                    obj/iPhoneSimulator/iOS Release/ibtool-link/LaunchScreen.storyboardc/X5k-f2-b5h-view-yd7-JS-zBw~ipad.nib/objects-8.0+.nib
2016-12-12T11:47:24.9170900Z                    obj/iPhoneSimulator/iOS Release/ibtool-link/LaunchScreen.storyboardc/X5k-f2-b5h-view-yd7-JS-zBw~ipad.nib/objects.nib
2016-12-12T11:47:24.9186160Z                    obj/iPhoneSimulator/iOS Release/ibtool-link/LaunchScreen.storyboardc/X5k-f2-b5h-view-yd7-JS-zBw~ipad.nib/runtime.nib
2016-12-12T11:47:24.9201470Z                    obj/iPhoneSimulator/iOS Release/ibtool-link/LaunchScreen.storyboardc/X5k-f2-b5h-view-yd7-JS-zBw~iphone.nib/objects-8.0+.nib
2016-12-12T11:47:24.9216760Z                    obj/iPhoneSimulator/iOS Release/ibtool-link/LaunchScreen.storyboardc/X5k-f2-b5h-view-yd7-JS-zBw~iphone.nib/objects.nib
2016-12-12T11:47:24.9233150Z                    obj/iPhoneSimulator/iOS Release/ibtool-link/LaunchScreen.storyboardc/X5k-f2-b5h-view-yd7-JS-zBw~iphone.nib/runtime.nib
2016-12-12T11:47:24.9249010Z                    obj/iPhoneSimulator/iOS Release/ibtool-link/LaunchScreen~ipad.storyboardc/Info-8.0+.plist
2016-12-12T11:47:24.9264150Z                    obj/iPhoneSimulator/iOS Release/ibtool-link/LaunchScreen~ipad.storyboardc/Info.plist
2016-12-12T11:47:24.9279620Z                    obj/iPhoneSimulator/iOS Release/ibtool-link/LaunchScreen~iphone.storyboardc/Info-8.0+.plist
2016-12-12T11:47:24.9294790Z                    obj/iPhoneSimulator/iOS Release/ibtool-link/LaunchScreen~iphone.storyboardc/Info.plist
2016-12-12T11:47:24.9309740Z                    obj/iPhoneSimulator/iOS Release/optimized/Default-568h@2x.png
2016-12-12T11:47:24.9327630Z                    obj/iPhoneSimulator/iOS Release/optimized/Default-Portrait.png
2016-12-12T11:47:24.9349880Z                    obj/iPhoneSimulator/iOS Release/optimized/Default-Portrait@2x.png
2016-12-12T11:47:24.9379420Z                    obj/iPhoneSimulator/iOS Release/optimized/Default.png
2016-12-12T11:47:24.9394600Z                    obj/iPhoneSimulator/iOS Release/optimized/Default@2x.png
2016-12-12T11:47:24.9410780Z                    obj/iPhoneSimulator/iOS Release/optimized/Icon-60@2x.png
2016-12-12T11:47:24.9426230Z                    obj/iPhoneSimulator/iOS Release/optimized/Icon-60@3x.png
2016-12-12T11:47:24.9454890Z                    obj/iPhoneSimulator/iOS Release/optimized/Icon-76.png
2016-12-12T11:47:24.9480480Z                    obj/iPhoneSimulator/iOS Release/optimized/Icon-76@2x.png
2016-12-12T11:47:24.9505190Z                    obj/iPhoneSimulator/iOS Release/optimized/Icon-Small-40.png
2016-12-12T11:47:24.9523630Z                    obj/iPhoneSimulator/iOS Release/optimized/Icon-Small-40@2x.png
2016-12-12T11:47:24.9539890Z                    obj/iPhoneSimulator/iOS Release/optimized/Icon-Small-40@3x.png
2016-12-12T11:47:24.9555830Z                    obj/iPhoneSimulator/iOS Release/optimized/Icon-Small.png
2016-12-12T11:47:24.9572150Z                    obj/iPhoneSimulator/iOS Release/optimized/Icon-Small@2x.png
2016-12-12T11:47:24.9588910Z                    obj/iPhoneSimulator/iOS Release/optimized/Icon-Small@3x.png
2016-12-12T11:47:24.9604420Z                    obj/iPhoneSimulator/iOS Release/optimized/tab_feed@2x.png
2016-12-12T11:47:24.9618330Z                    obj/iPhoneSimulator/iOS Release/optimized/tab_feed@3x.png
2016-12-12T11:47:24.9632490Z                    obj/iPhoneSimulator/iOS Release/optimized/xamarin_logo.png
2016-12-12T11:47:24.9646430Z                    obj/iPhoneSimulator/iOS Release/optimized/xamarin_logo@2x.png
2016-12-12T11:47:24.9661150Z                    obj/iPhoneSimulator/iOS Release/optimized/xamarin_logo@3x.png
2016-12-12T11:47:24.9679010Z                    obj/iPhoneSimulator/iOS Release/optimized/tab_about.png
2016-12-12T11:47:24.9692680Z                    obj/iPhoneSimulator/iOS Release/optimized/tab_about@2x.png
2016-12-12T11:47:24.9708470Z                    obj/iPhoneSimulator/iOS Release/optimized/tab_about@3x.png
2016-12-12T11:47:24.9723810Z                    obj/iPhoneSimulator/iOS Release/optimized/tab_feed.png
2016-12-12T11:47:24.9738780Z                    obj/iPhoneSimulator/iOS Release/optimized/profile_generic@3x.png
2016-12-12T11:47:24.9753530Z                    obj/iPhoneSimulator/iOS Release/optimized/profile_generic.png
2016-12-12T11:47:24.9768680Z                    obj/iPhoneSimulator/iOS Release/optimized/profile_generic@2x.png
2016-12-12T11:47:24.9782340Z                    obj/iPhoneSimulator/iOS Release/optimized/slideout.png
2016-12-12T11:47:24.9797010Z                    obj/iPhoneSimulator/iOS Release/optimized/slideout@2x.png
2016-12-12T11:47:24.9810670Z                    obj/iPhoneSimulator/iOS Release/optimized/iges.png
2016-12-12T11:47:24.9824220Z                    obj/iPhoneSimulator/iOS Release/optimized/igessmall.png
2016-12-12T11:47:24.9849550Z                  ReferencedLibraries:
2016-12-12T11:47:24.9869070Z                    /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.dll
2016-12-12T11:47:24.9883500Z                    /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.Net.Http.dll
2016-12-12T11:47:24.9897310Z                    /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.Xml.dll
2016-12-12T11:47:24.9911060Z                    /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.Core.dll
2016-12-12T11:47:24.9926280Z                    /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Xamarin.iOS.dll
2016-12-12T11:47:24.9940720Z                    /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS//mscorlib.dll
2016-12-12T11:47:24.9957710Z            Target CopyFilesMarkedCopyLocal:
2016-12-12T11:47:24.9972880Z                Copying file from '/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Xamarin.iOS.dll' to '/Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis.iOS/bin/iPhoneSimulator/iOS Release/Xamarin.iOS.dll'
2016-12-12T11:47:25.0151270Z            Target CopyNonResxEmbeddedResources:
2016-12-12T11:47:25.0169090Z                Copying file from '/Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/App.xaml' to '/Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis.iOS/obj/iPhoneSimulator/iOS Release/IGES.APP.Impfausweis.iOS.App.xaml'
2016-12-12T11:47:25.0195870Z                Copying file from '/Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/AboutPage.xaml' to '/Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis.iOS/obj/iPhoneSimulator/iOS Release/IGES.APP.Impfausweis.iOS.View.AboutPage.xaml'
2016-12-12T11:47:25.0224760Z                Copying file from '/Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/BrowseItemsPage.xaml' to '/Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis.iOS/obj/iPhoneSimulator/iOS Release/IGES.APP.Impfausweis.iOS.View.BrowseItemsPage.xaml'
2016-12-12T11:47:25.0254760Z                Copying file from '/Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/DetailPage.xaml' to '/Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis.iOS/obj/iPhoneSimulator/iOS Release/IGES.APP.Impfausweis.iOS.View.DetailPage.xaml'
2016-12-12T11:47:25.0284930Z                Copying file from '/Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/LoginPage.xaml' to '/Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis.iOS/obj/iPhoneSimulator/iOS Release/IGES.APP.Impfausweis.iOS.View.LoginPage.xaml'
2016-12-12T11:47:25.0315090Z                Copying file from '/Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/MainTabPage.xaml' to '/Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis.iOS/obj/iPhoneSimulator/iOS Release/IGES.APP.Impfausweis.iOS.View.MainTabPage.xaml'
2016-12-12T11:47:25.0345120Z                Copying file from '/Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/MainTabPageiOS.xaml' to '/Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis.iOS/obj/iPhoneSimulator/iOS Release/IGES.APP.Impfausweis.iOS.View.MainTabPageiOS.xaml'
2016-12-12T11:47:25.0381400Z                Copying file from '/Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/MyItemsDetailPage.xaml' to '/Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis.iOS/obj/iPhoneSimulator/iOS Release/IGES.APP.Impfausweis.iOS.View.MyItemsDetailPage.xaml'
2016-12-12T11:47:25.0400410Z                Copying file from '/Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/MyItemsPage.xaml' to '/Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis.iOS/obj/iPhoneSimulator/iOS Release/IGES.APP.Impfausweis.iOS.View.MyItemsPage.xaml'
2016-12-12T11:47:25.0425420Z                Copying file from '/Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/RootMasterDetailPage.xaml' to '/Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis.iOS/obj/iPhoneSimulator/iOS Release/IGES.APP.Impfausweis.iOS.View.RootMasterDetailPage.xaml'
2016-12-12T11:47:25.0447940Z                Copying file from '/Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/RootMasterPage.xaml' to '/Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis.iOS/obj/iPhoneSimulator/iOS Release/IGES.APP.Impfausweis.iOS.View.RootMasterPage.xaml'
2016-12-12T11:47:25.0464820Z            Target GenerateSatelliteAssemblies:
2016-12-12T11:47:25.0480120Z            No input files were specified for target GenerateSatelliteAssemblies, skipping.
2016-12-12T11:47:25.0516680Z            Target CoreCompile:
2016-12-12T11:47:25.0569920Z                Tool /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/bin/smcs execution started with arguments: /noconfig /optimize+ /out:"obj/iPhoneSimulator/iOS Release/IGES.APP.Impfausweis.exe" /resource:"obj/iPhoneSimulator/iOS Release/IGES.APP.Impfausweis.iOS.App.xaml" /resource:"obj/iPhoneSimulator/iOS Release/IGES.APP.Impfausweis.iOS.View.AboutPage.xaml" /resource:"obj/iPhoneSimulator/iOS Release/IGES.APP.Impfausweis.iOS.View.BrowseItemsPage.xaml" /resource:"obj/iPhoneSimulator/iOS Release/IGES.APP.Impfausweis.iOS.View.DetailPage.xaml" /resource:"obj/iPhoneSimulator/iOS Release/IGES.APP.Impfausweis.iOS.View.LoginPage.xaml" /resource:"obj/iPhoneSimulator/iOS Release/IGES.APP.Impfausweis.iOS.View.MainTabPage.xaml" /resource:"obj/iPhoneSimulator/iOS Release/IGES.APP.Impfausweis.iOS.View.MainTabPageiOS.xaml" /resource:"obj/iPhoneSimulator/iOS Release/IGES.APP.Impfausweis.iOS.View.MyItemsDetailPage.xaml" /resource:"obj/iPhoneSimulator/iOS Release/IGES.APP.Impfausweis.iOS.View.MyItemsPage.xaml" /resource:"obj/iPhoneSimulator/iOS Release/IGES.APP.Impfausweis.iOS.View.RootMasterDetailPage.xaml" /resource:"obj/iPhoneSimulator/iOS Release/IGES.APP.Impfausweis.iOS.View.RootMasterPage.xaml" Helpers/SocialAuthentication.cs Helpers/Settings.cs Main.cs AppDelegate.cs Properties/AssemblyInfo.cs Helpers/B2CAuthentication.cs /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/App.xaml.cs /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/Data/SQLite.cs /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/Helpers/MessagingCenterAlert.cs /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/Helpers/ObservableObject.cs /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/Helpers/ObservableRangeCollection.cs /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/Helpers/Settings.cs /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/Interfaces/IBaseDataObject.cs /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/Interfaces/IBaseStore.cs /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/Interfaces/IImpfungStore.cs /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/Interfaces/IItemStore.cs /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/Interfaces/IMyItemStore.cs /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/Interfaces/IStoreManager.cs /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/Model/BaseDataObject.cs /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/Model/ImpfTemplate.cs /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/Model/Impfung.cs /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/Model/Item.cs /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/Model/MyItem.cs /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/Services/BaseStore.cs /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/Services/ImpfungStore.cs /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/Services/ItemStore.cs /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/Services/MyItemStore.cs /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/Services/StoreManager.cs /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/ViewModel/AboutViewModel.cs /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/ViewModel/BrowseItemsViewModel.cs /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/ViewModel/ItemDetailViewModel.cs /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/ViewModel/LoginViewModel.cs /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/ViewModel/MyItemsDetailViewModel.cs /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/ViewModel/MyItemsViewModel.cs /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/ViewModel/ViewModelBase.cs /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/AboutPage.xaml.cs /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/BrowseItemsPage.xaml.cs /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/DateTimeToDateTimeOffsetConverter.cs /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/DetailPage.xaml.cs /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/ImpfungToColorConverter.cs /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/LoginPage.xaml.cs /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/MainTabPage.xaml.cs /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/MainTabPageiOS.xaml.cs /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/MyItemsDetailPage.xaml.cs /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/MyItemsPage.xaml.cs /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/RootMasterDetailPage.xaml.cs /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/RootMasterPage.xaml.cs "obj/iPhoneSimulator/iOS Release/Xamarin.iOS,Version=v1.0.AssemblyAttribute.cs" /target:exe /define:"__UNIFIED__;__MOBILE__;__IOS__;__UNIFIED__;__MOBILE__;__IOS__" /nostdlib /platform:AnyCPU /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.Net.Http.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.Xml.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.Core.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Xamarin.iOS.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS//mscorlib.dll
2016-12-12T11:47:25.8555960Z Helpers/SocialAuthentication.cs(3,7): error CS0246: The type or namespace name `Xamarin' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:25.8580620Z Helpers/B2CAuthentication.cs(5,7): error CS0246: The type or namespace name `Xamarin' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:25.8595770Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/App.xaml.cs(11,7): error CS0246: The type or namespace name `Xamarin' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:25.8612300Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/Helpers/Settings.cs(2,7): error CS0246: The type or namespace name `Plugin' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:25.8628110Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/Helpers/Settings.cs(3,7): error CS0246: The type or namespace name `Plugin' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:25.8643630Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/Model/BaseDataObject.cs(3,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:25.8658980Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/Model/Item.cs(2,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:25.8674510Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/Services/ImpfungStore.cs(6,7): error CS0246: The type or namespace name `Xamarin' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:25.8690090Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/Services/ItemStore.cs(6,7): error CS0246: The type or namespace name `Xamarin' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:25.8705760Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/Services/MyItemStore.cs(4,7): error CS0246: The type or namespace name `Xamarin' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:25.8721050Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/Services/StoreManager.cs(4,7): error CS0246: The type or namespace name `Xamarin' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:25.8736380Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/ViewModel/AboutViewModel.cs(7,7): error CS0246: The type or namespace name `Xamarin' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:25.8751770Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/ViewModel/BrowseItemsViewModel.cs(10,7): error CS0246: The type or namespace name `Xamarin' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:25.8767150Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/ViewModel/ItemDetailViewModel.cs(8,7): error CS0246: The type or namespace name `Xamarin' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:25.8783990Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/ViewModel/LoginViewModel.cs(9,7): error CS0246: The type or namespace name `Xamarin' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:25.8800430Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/ViewModel/LoginViewModel.cs(11,17): error CS0234: The type or namespace name `Identity' does not exist in the namespace `Microsoft'. Are you missing an assembly reference?
2016-12-12T11:47:25.8816410Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/ViewModel/LoginViewModel.cs(12,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:25.8832500Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/ViewModel/MyItemsDetailViewModel.cs(7,7): error CS0246: The type or namespace name `Xamarin' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:25.8879010Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/ViewModel/MyItemsViewModel.cs(6,7): error CS0246: The type or namespace name `Xamarin' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:25.8894630Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/ViewModel/ViewModelBase.cs(11,7): error CS0246: The type or namespace name `Xamarin' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:25.8909910Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/AboutPage.xaml.cs(2,7): error CS0246: The type or namespace name `Xamarin' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:25.8925200Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/BrowseItemsPage.xaml.cs(4,7): error CS0246: The type or namespace name `Xamarin' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:25.8940610Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/DateTimeToDateTimeOffsetConverter.cs(2,7): error CS0246: The type or namespace name `Xamarin' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:25.8963380Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/DetailPage.xaml.cs(4,7): error CS0246: The type or namespace name `Xamarin' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:25.8988680Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/ImpfungToColorConverter.cs(2,7): error CS0246: The type or namespace name `Xamarin' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:25.9009750Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/LoginPage.xaml.cs(2,7): error CS0246: The type or namespace name `Xamarin' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:25.9029330Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/MainTabPage.xaml.cs(2,7): error CS0246: The type or namespace name `Xamarin' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:25.9046720Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/MainTabPageiOS.xaml.cs(2,7): error CS0246: The type or namespace name `Xamarin' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:25.9062690Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/MyItemsDetailPage.xaml.cs(4,7): error CS0246: The type or namespace name `Xamarin' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:25.9077980Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/MyItemsPage.xaml.cs(4,7): error CS0246: The type or namespace name `Xamarin' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:25.9093280Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/RootMasterDetailPage.xaml.cs(7,7): error CS0246: The type or namespace name `Xamarin' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:25.9108590Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/RootMasterPage.xaml.cs(10,7): error CS0246: The type or namespace name `Xamarin' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:25.9123930Z AppDelegate.cs(14,40): error CS0400: The type or namespace name `Xamarin' could not be found in the global namespace. Are you missing an assembly reference?
2016-12-12T11:47:25.9140260Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/App.xaml.cs(15,32): error CS0246: The type or namespace name `Application' could not be found. Are you missing `IGES.APP.Impfausweis.iOS' using directive?
2016-12-12T11:47:25.9157630Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/AboutPage.xaml.cs(6,38): error CS0246: The type or namespace name `ContentPage' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:25.9173780Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/BrowseItemsPage.xaml.cs(8,44): error CS0246: The type or namespace name `ContentPage' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:25.9189600Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/DateTimeToDateTimeOffsetConverter.cs(9,54): error CS0246: The type or namespace name `IValueConverter' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:25.9205380Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/DetailPage.xaml.cs(8,39): error CS0246: The type or namespace name `ContentPage' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:25.9221230Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/ImpfungToColorConverter.cs(9,44): error CS0246: The type or namespace name `IValueConverter' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:25.9236970Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/LoginPage.xaml.cs(6,38): error CS0246: The type or namespace name `ContentPage' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:25.9252670Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/MainTabPage.xaml.cs(6,40): error CS0246: The type or namespace name `TabbedPage' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:25.9268000Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/MainTabPageiOS.xaml.cs(6,43): error CS0246: The type or namespace name `TabbedPage' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:25.9283320Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/MyItemsDetailPage.xaml.cs(8,46): error CS0246: The type or namespace name `ContentPage' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:25.9300840Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/MyItemsPage.xaml.cs(8,40): error CS0246: The type or namespace name `ContentPage' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:25.9315810Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/RootMasterDetailPage.xaml.cs(11,46): error CS0246: The type or namespace name `MasterDetailPage' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:25.9330730Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/RootMasterPage.xaml.cs(14,40): error CS0246: The type or namespace name `ContentPage' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:25.9346640Z AppDelegate.cs(23,30): error CS0115: `IGES.APP.Impfausweis.iOS.AppDelegate.FinishedLaunching(UIKit.UIApplication, Foundation.NSDictionary)' is marked as an override but no suitable method found to override
2016-12-12T11:47:25.9361460Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/App.xaml.cs(62,33): error CS0115: `IGES.APP.Impfausweis.App.OnStart()' is marked as an override but no suitable method found to override
2016-12-12T11:47:25.9376470Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/App.xaml.cs(77,33): error CS0115: `IGES.APP.Impfausweis.App.OnSleep()' is marked as an override but no suitable method found to override
2016-12-12T11:47:25.9391230Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/App.xaml.cs(82,33): error CS0115: `IGES.APP.Impfausweis.App.OnResume()' is marked as an override but no suitable method found to override
2016-12-12T11:47:25.9406380Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/Helpers/Settings.cs(14,24): error CS0246: The type or namespace name `ISettings' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:25.9421800Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/ViewModel/BrowseItemsViewModel.cs(26,16): error CS0246: The type or namespace name `Command' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:25.9436640Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/ViewModel/BrowseItemsViewModel.cs(58,16): error CS0246: The type or namespace name `Command' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:25.9451440Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/ViewModel/ItemDetailViewModel.cs(42,16): error CS0246: The type or namespace name `Command' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:25.9466240Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/ViewModel/ItemDetailViewModel.cs(62,16): error CS0246: The type or namespace name `Command' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:25.9481940Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/ViewModel/MyItemsDetailViewModel.cs(59,16): error CS0246: The type or namespace name `Command' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:25.9502390Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/ViewModel/MyItemsViewModel.cs(24,16): error CS0246: The type or namespace name `Command' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:25.9525990Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/ViewModel/MyItemsViewModel.cs(52,16): error CS0246: The type or namespace name `Command' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:25.9545870Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/ViewModel/MyItemsViewModel.cs(80,16): error CS0246: The type or namespace name `Command' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:25.9564540Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/BrowseItemsPage.xaml.cs(23,45): error CS0246: The type or namespace name `SelectedItemChangedEventArgs' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:25.9581200Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/BrowseItemsPage.xaml.cs(35,33): error CS0115: `IGES.APP.Impfausweis.View.BrowseItemsPage.OnAppearing()' is marked as an override but no suitable method found to override
2016-12-12T11:47:25.9599220Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/DetailPage.xaml.cs(48,64): error CS0246: The type or namespace name `SelectedItemChangedEventArgs' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:25.9617600Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/DetailPage.xaml.cs(61,68): error CS0246: The type or namespace name `SelectedItemChangedEventArgs' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:25.9634160Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/MyItemsPage.xaml.cs(23,44): error CS0246: The type or namespace name `SelectedItemChangedEventArgs' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:25.9650740Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/MyItemsPage.xaml.cs(35,33): error CS0115: `IGES.APP.Impfausweis.View.MyItemsPage.OnAppearing()' is marked as an override but no suitable method found to override
2016-12-12T11:47:25.9667180Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/RootMasterDetailPage.xaml.cs(14,25): error CS0246: The type or namespace name `Page' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:25.9683300Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/RootMasterDetailPage.xaml.cs(28,65): error CS0246: The type or namespace name `SelectedItemChangedEventArgs' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:25.9700950Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/RootMasterPage.xaml.cs(16,16): error CS0246: The type or namespace name `ListView' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:25.9715230Z            Task "Csc" execution -- FAILED
2016-12-12T11:47:25.9729370Z            Done building target "CoreCompile" in project "/Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis.iOS/IGES.APP.Impfausweis.iOS.csproj".-- FAILED
2016-12-12T11:47:25.9743780Z        Done building project "/Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis.iOS/IGES.APP.Impfausweis.iOS.csproj".-- FAILED
2016-12-12T11:47:25.9757740Z    Task "MSBuild" execution -- FAILED
2016-12-12T11:47:25.9772360Z    Done building target "Build" in project "/Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis.sln".-- FAILED
2016-12-12T11:47:25.9799600Z Done building project "/Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis.sln".-- FAILED
2016-12-12T11:47:25.9810060Z 
2016-12-12T11:47:25.9828330Z Build FAILED.
2016-12-12T11:47:25.9836680Z 
2016-12-12T11:47:25.9853010Z Warnings:
2016-12-12T11:47:25.9860440Z 
2016-12-12T11:47:25.9876390Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/IGES.APP.Impfausweis.shproj:  warning : Could not find project file /Library/Frameworks/Mono.framework/External/xbuild/Microsoft/VisualStudio/v/CodeSharing/Microsoft.CodeSharing.Common.Default.props, to import. Ignoring.
2016-12-12T11:47:25.9893230Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/IGES.APP.Impfausweis.shproj:  warning : Could not find project file /Library/Frameworks/Mono.framework/External/xbuild/Microsoft/VisualStudio/v/CodeSharing/Microsoft.CodeSharing.Common.props, to import. Ignoring.
2016-12-12T11:47:25.9910080Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/IGES.APP.Impfausweis.shproj:  warning : Could not find project file /Library/Frameworks/Mono.framework/External/xbuild/Microsoft/VisualStudio/v/CodeSharing/Microsoft.CodeSharing.CSharp.targets, to import. Ignoring.
2016-12-12T11:47:25.9925220Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis.sln:  warning : Don't know how to handle GlobalSection SharedMSBuildProjectFiles, Ignoring.
2016-12-12T11:47:25.9939650Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis.sln:  warning : Don't know how to handle GlobalSection TeamFoundationVersionControl, Ignoring.
2016-12-12T11:47:25.9946790Z 
2016-12-12T11:47:25.9960300Z Errors:
2016-12-12T11:47:25.9967000Z 
2016-12-12T11:47:25.9980710Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis.sln (default targets) ->
2016-12-12T11:47:25.9994410Z (Build target) ->
2016-12-12T11:47:26.0013680Z /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis.iOS/IGES.APP.Impfausweis.iOS.csproj (default targets) ->
2016-12-12T11:47:26.0036080Z /Library/Frameworks/Mono.framework/Versions/4.6.2/lib/mono/xbuild/14.0/bin/Microsoft.CSharp.targets (CoreCompile target) ->
2016-12-12T11:47:26.0046650Z 
2016-12-12T11:47:26.0063990Z    Helpers/SocialAuthentication.cs(3,7): error CS0246: The type or namespace name `Xamarin' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:26.0081420Z    Helpers/B2CAuthentication.cs(5,7): error CS0246: The type or namespace name `Xamarin' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:26.0099700Z    /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/App.xaml.cs(11,7): error CS0246: The type or namespace name `Xamarin' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:26.0126810Z    /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/Helpers/Settings.cs(2,7): error CS0246: The type or namespace name `Plugin' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:26.0148420Z    /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/Helpers/Settings.cs(3,7): error CS0246: The type or namespace name `Plugin' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:26.0167340Z    /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/Model/BaseDataObject.cs(3,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:26.0184890Z    /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/Model/Item.cs(2,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:26.0202720Z    /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/Services/ImpfungStore.cs(6,7): error CS0246: The type or namespace name `Xamarin' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:26.0221320Z    /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/Services/ItemStore.cs(6,7): error CS0246: The type or namespace name `Xamarin' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:26.0240820Z    /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/Services/MyItemStore.cs(4,7): error CS0246: The type or namespace name `Xamarin' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:26.0258500Z    /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/Services/StoreManager.cs(4,7): error CS0246: The type or namespace name `Xamarin' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:26.0275970Z    /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/ViewModel/AboutViewModel.cs(7,7): error CS0246: The type or namespace name `Xamarin' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:26.0293600Z    /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/ViewModel/BrowseItemsViewModel.cs(10,7): error CS0246: The type or namespace name `Xamarin' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:26.0310220Z    /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/ViewModel/ItemDetailViewModel.cs(8,7): error CS0246: The type or namespace name `Xamarin' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:26.0327210Z    /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/ViewModel/LoginViewModel.cs(9,7): error CS0246: The type or namespace name `Xamarin' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:26.0342930Z    /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/ViewModel/LoginViewModel.cs(11,17): error CS0234: The type or namespace name `Identity' does not exist in the namespace `Microsoft'. Are you missing an assembly reference?
2016-12-12T11:47:26.0365080Z    /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/ViewModel/LoginViewModel.cs(12,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:26.0380140Z    /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/ViewModel/MyItemsDetailViewModel.cs(7,7): error CS0246: The type or namespace name `Xamarin' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:26.0395020Z    /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/ViewModel/MyItemsViewModel.cs(6,7): error CS0246: The type or namespace name `Xamarin' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:26.0409840Z    /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/ViewModel/ViewModelBase.cs(11,7): error CS0246: The type or namespace name `Xamarin' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:26.0424650Z    /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/AboutPage.xaml.cs(2,7): error CS0246: The type or namespace name `Xamarin' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:26.0440270Z    /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/BrowseItemsPage.xaml.cs(4,7): error CS0246: The type or namespace name `Xamarin' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:26.0455190Z    /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/DateTimeToDateTimeOffsetConverter.cs(2,7): error CS0246: The type or namespace name `Xamarin' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:26.0470000Z    /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/DetailPage.xaml.cs(4,7): error CS0246: The type or namespace name `Xamarin' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:26.0484810Z    /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/ImpfungToColorConverter.cs(2,7): error CS0246: The type or namespace name `Xamarin' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:26.0499610Z    /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/LoginPage.xaml.cs(2,7): error CS0246: The type or namespace name `Xamarin' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:26.0514400Z    /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/MainTabPage.xaml.cs(2,7): error CS0246: The type or namespace name `Xamarin' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:26.0529190Z    /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/MainTabPageiOS.xaml.cs(2,7): error CS0246: The type or namespace name `Xamarin' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:26.0551220Z    /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/MyItemsDetailPage.xaml.cs(4,7): error CS0246: The type or namespace name `Xamarin' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:26.0571670Z    /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/MyItemsPage.xaml.cs(4,7): error CS0246: The type or namespace name `Xamarin' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:26.0591980Z    /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/RootMasterDetailPage.xaml.cs(7,7): error CS0246: The type or namespace name `Xamarin' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:26.0610370Z    /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/RootMasterPage.xaml.cs(10,7): error CS0246: The type or namespace name `Xamarin' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:26.0626940Z    AppDelegate.cs(14,40): error CS0400: The type or namespace name `Xamarin' could not be found in the global namespace. Are you missing an assembly reference?
2016-12-12T11:47:26.0643250Z    /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/App.xaml.cs(15,32): error CS0246: The type or namespace name `Application' could not be found. Are you missing `IGES.APP.Impfausweis.iOS' using directive?
2016-12-12T11:47:26.0659730Z    /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/AboutPage.xaml.cs(6,38): error CS0246: The type or namespace name `ContentPage' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:26.0676070Z    /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/BrowseItemsPage.xaml.cs(8,44): error CS0246: The type or namespace name `ContentPage' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:26.0690950Z    /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/DateTimeToDateTimeOffsetConverter.cs(9,54): error CS0246: The type or namespace name `IValueConverter' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:26.0705800Z    /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/DetailPage.xaml.cs(8,39): error CS0246: The type or namespace name `ContentPage' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:26.0721920Z    /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/ImpfungToColorConverter.cs(9,44): error CS0246: The type or namespace name `IValueConverter' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:26.0736800Z    /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/LoginPage.xaml.cs(6,38): error CS0246: The type or namespace name `ContentPage' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:26.0751600Z    /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/MainTabPage.xaml.cs(6,40): error CS0246: The type or namespace name `TabbedPage' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:26.0766380Z    /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/MainTabPageiOS.xaml.cs(6,43): error CS0246: The type or namespace name `TabbedPage' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:26.0781240Z    /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/MyItemsDetailPage.xaml.cs(8,46): error CS0246: The type or namespace name `ContentPage' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:26.0796330Z    /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/MyItemsPage.xaml.cs(8,40): error CS0246: The type or namespace name `ContentPage' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:26.0811160Z    /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/RootMasterDetailPage.xaml.cs(11,46): error CS0246: The type or namespace name `MasterDetailPage' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:26.0826640Z    /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/RootMasterPage.xaml.cs(14,40): error CS0246: The type or namespace name `ContentPage' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:26.0841730Z    AppDelegate.cs(23,30): error CS0115: `IGES.APP.Impfausweis.iOS.AppDelegate.FinishedLaunching(UIKit.UIApplication, Foundation.NSDictionary)' is marked as an override but no suitable method found to override
2016-12-12T11:47:26.0856470Z    /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/App.xaml.cs(62,33): error CS0115: `IGES.APP.Impfausweis.App.OnStart()' is marked as an override but no suitable method found to override
2016-12-12T11:47:26.0871200Z    /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/App.xaml.cs(77,33): error CS0115: `IGES.APP.Impfausweis.App.OnSleep()' is marked as an override but no suitable method found to override
2016-12-12T11:47:26.0886670Z    /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/App.xaml.cs(82,33): error CS0115: `IGES.APP.Impfausweis.App.OnResume()' is marked as an override but no suitable method found to override
2016-12-12T11:47:26.0901610Z    /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/Helpers/Settings.cs(14,24): error CS0246: The type or namespace name `ISettings' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:26.0916450Z    /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/ViewModel/BrowseItemsViewModel.cs(26,16): error CS0246: The type or namespace name `Command' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:26.0931440Z    /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/ViewModel/BrowseItemsViewModel.cs(58,16): error CS0246: The type or namespace name `Command' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:26.0946470Z    /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/ViewModel/ItemDetailViewModel.cs(42,16): error CS0246: The type or namespace name `Command' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:26.0961300Z    /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/ViewModel/ItemDetailViewModel.cs(62,16): error CS0246: The type or namespace name `Command' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:26.0976800Z    /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/ViewModel/MyItemsDetailViewModel.cs(59,16): error CS0246: The type or namespace name `Command' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:26.1004030Z    /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/ViewModel/MyItemsViewModel.cs(24,16): error CS0246: The type or namespace name `Command' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:26.1021180Z    /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/ViewModel/MyItemsViewModel.cs(52,16): error CS0246: The type or namespace name `Command' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:26.1038080Z    /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/ViewModel/MyItemsViewModel.cs(80,16): error CS0246: The type or namespace name `Command' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:26.1055390Z    /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/BrowseItemsPage.xaml.cs(23,45): error CS0246: The type or namespace name `SelectedItemChangedEventArgs' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:26.1071410Z    /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/BrowseItemsPage.xaml.cs(35,33): error CS0115: `IGES.APP.Impfausweis.View.BrowseItemsPage.OnAppearing()' is marked as an override but no suitable method found to override
2016-12-12T11:47:26.1090590Z    /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/DetailPage.xaml.cs(48,64): error CS0246: The type or namespace name `SelectedItemChangedEventArgs' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:26.1110900Z    /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/DetailPage.xaml.cs(61,68): error CS0246: The type or namespace name `SelectedItemChangedEventArgs' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:26.1129790Z    /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/MyItemsPage.xaml.cs(23,44): error CS0246: The type or namespace name `SelectedItemChangedEventArgs' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:26.1147680Z    /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/MyItemsPage.xaml.cs(35,33): error CS0115: `IGES.APP.Impfausweis.View.MyItemsPage.OnAppearing()' is marked as an override but no suitable method found to override
2016-12-12T11:47:26.1164560Z    /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/RootMasterDetailPage.xaml.cs(14,25): error CS0246: The type or namespace name `Page' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:26.1181670Z    /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/RootMasterDetailPage.xaml.cs(28,65): error CS0246: The type or namespace name `SelectedItemChangedEventArgs' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:26.1197730Z    /Users/vso112954/vsts-agent/_work/2/s/SourceCode/IGES.APP.Impfausweis/View/RootMasterPage.xaml.cs(16,16): error CS0246: The type or namespace name `ListView' could not be found. Are you missing an assembly reference?
2016-12-12T11:47:26.1205300Z 
2016-12-12T11:47:26.1220020Z     5 Warning(s)
2016-12-12T11:47:26.1235130Z     68 Error(s)
2016-12-12T11:47:26.1242080Z 
2016-12-12T11:47:26.1257940Z Time Elapsed 00:00:08.1787820
2016-12-12T11:47:26.1362770Z ##[error]XamariniOS task failed with error Error: /usr/local/bin/xbuild failed with return code: 1. For guidance on setting up the build definition, see https://go.microsoft.com/fwlink/?LinkId=760847.
2016-12-12T11:47:26.1407540Z ##[section]Finishing: Build Xamarin.iOS solution $/IGES Impfausweis/SourceCode/IGES.APP.Impfausweis.sln
yacaovsnc commented 7 years ago

I don't see any output from the nuget restore command. Could you please clean your repo and rerun the job and see if packages are restored properly?

IgesEntwickler commented 7 years ago

I did clean the repo but there is still no output from the nuget restore. Nothing Changed...

yacaovsnc commented 7 years ago

Thanks @IgesEntwickler. What version of Xamarin are you running? Also could you please try add the Nuget Installer task and try restore the package with this task first, and see if that's able to restore the packages? If that still doesn't work, you could also try check in your nuget executable that worked on your local system, and try restore with that?

MacinCloud commented 7 years ago

@IgesEntwickler Please contact our support and provide us your agent details so we can investigate further. This could be caused by VS 2017 RC as our agents have the production version of Xamarin and VS 2017 RC may need the alpha channel Xamarin.iOS.