Skip to content

Instantly share code, notes, and snippets.

@nehaKh
Created April 28, 2017 07:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nehaKh/de5d4f8104e5a0c8ec7d65d1a1fd8e49 to your computer and use it in GitHub Desktop.
Save nehaKh/de5d4f8104e5a0c8ec7d65d1a1fd8e49 to your computer and use it in GitHub Desktop.
Build Errors & warnings
Warning 6 There is no available connection to the Mac, hence the task Xamarin.MacDev.Tasks.CollectBundleResources will not be executed C:\Program Files (x86)\MSBuild\Xamarin\iOS\Xamarin.iOS.Common.targets 1103 3 App35.iOS
Error 4 The "ResolveLibraryProjectImports" task failed unexpectedly.
System.IO.FileNotFoundException: Could not load assembly 'App35, Version=0.0.0.0, Culture=neutral, PublicKeyToken='. Perhaps it doesn't exist in the Mono for Android profile?
File name: 'App35.dll'
at Java.Interop.Tools.Cecil.DirectoryAssemblyResolver.Resolve(AssemblyNameReference reference, ReaderParameters parameters)
at Java.Interop.Tools.Cecil.DirectoryAssemblyResolver.Resolve(String fullName, ReaderParameters parameters)
at Java.Interop.Tools.Cecil.DirectoryAssemblyResolver.Resolve(String fullName)
at Java.Interop.Tools.Cecil.DirectoryAssemblyResolver.GetAssembly(String fileName)
at Xamarin.Android.Tasks.ResolveLibraryProjectImports.Extract(DirectoryAssemblyResolver res, ICollection`1 jars, ICollection`1 resolvedResourceDirectories, ICollection`1 resolvedAssetDirectories, ICollection`1 resolvedEnvironments)
at Xamarin.Android.Tasks.ResolveLibraryProjectImports.Execute()
at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()
at Microsoft.Build.BackEnd.TaskBuilder.<ExecuteInstantiatedTask>d__20.MoveNext() C:\Program Files (x86)\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets 1054 2 App35.Android
Warning 3 One or more errors occurred. C:\Program Files (x86)\MSBuild\Xamarin\Android\Xamarin.Android.Common.Debugging.targets 311 2 App35.Android
Warning 5 No Address and User has been specified in order to establish a connection to a Mac Server, so only the main assembly was compiled for project 'App35.iOS'. Connect to a Mac Server and try again to build the full application. C:\Program Files (x86)\MSBuild\Xamarin\iOS\Xamarin.iOS.Windows.After.targets 63 5 App35.iOS
Error 7 Metadata file 'c:\users\neha.kharbade\documents\visual studio 2013\Projects\App35\App35\App35\bin\Debug\App35.dll' could not be found c:\users\neha.kharbade\documents\visual studio 2013\Projects\App35\App35\App35.iOS\CSC App35.iOS
Error 1 'App35.MasterDetailPage1Master' does not contain a definition for 'ListView' and no extension method 'ListView' accepting a first argument of type 'App35.MasterDetailPage1Master' could be found (are you missing a using directive or an assembly reference?) c:\users\neha.kharbade\documents\visual studio 2013\Projects\App35\App35\App35\MasterDetailPage1.xaml.cs 18 24 App35
Error 2 'App35.MasterDetailPage1Master' does not contain a definition for 'ListView' and no extension method 'ListView' accepting a first argument of type 'App35.MasterDetailPage1Master' could be found (are you missing a using directive or an assembly reference?) c:\users\neha.kharbade\documents\visual studio 2013\Projects\App35\App35\App35\MasterDetailPage1.xaml.cs 33 24 App35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment