f-miyu / Plugin.FirebaseAuth

MIT License
61 stars 26 forks source link

Xamarin Forms iOS Build error #42

Open 420tech opened 2 years ago

420tech commented 2 years ago

I get 4 errors when I add Pluging.FirebaseAuth and Pluging.FirebaseAuth.LinkerFix.

Below is the build output: MTOUCH : error MT1303: Could not decompress the native framework 'FBLPromises.framework' from '/Users/timbelvin/Projects/css-mobile-iOS broken/CivicMobile.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FBLPromises.framework.zip'. Please review the build log for more information from the native 'unzip' command.

  at Xamarin.Bundler.Assembly.ExtractFramework (Mono.Cecil.AssemblyDefinition assembly, Xamarin.Bundler.NativeReferenceMetadata metadata) [0x0014a] in /Users/builder/azdo/_work/1/s/xamarin-macios/tools/common/Assembly.cs:398 
  at Xamarin.Bundler.Assembly.ProcessLinkWithAttributes (Mono.Cecil.AssemblyDefinition assembly) [0x00146] in /Users/builder/azdo/_work/1/s/xamarin-macios/tools/common/Assembly.cs:288 
  at Xamarin.Bundler.Assembly.ExtractNativeLinkInfo () [0x001d1] in /Users/builder/azdo/_work/1/s/xamarin-macios/tools/common/Assembly.cs:201 
  at Xamarin.Bundler.Target.ExtractNativeLinkInfo (System.Collections.Generic.List`1[T] exceptions) [0x00019] in /Users/builder/azdo/_work/1/s/xamarin-macios/tools/common/Target.cs:124 
MTOUCH : error MT1303: Could not decompress the native framework 'FBLPromises.framework' from '/Users/timbelvin/Projects/css-mobile-iOS broken/CivicMobile.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FBLPromises.framework.zip'. Please review the build log for more information from the native 'unzip' command.

  at Xamarin.Bundler.Assembly.ExtractFramework (Mono.Cecil.AssemblyDefinition assembly, Xamarin.Bundler.NativeReferenceMetadata metadata) [0x0014a] in /Users/builder/azdo/_work/1/s/xamarin-macios/tools/common/Assembly.cs:398 
  at Xamarin.Bundler.Assembly.ProcessLinkWithAttributes (Mono.Cecil.AssemblyDefinition assembly) [0x00146] in /Users/builder/azdo/_work/1/s/xamarin-macios/tools/common/Assembly.cs:288 
  at Xamarin.Bundler.Assembly.ExtractNativeLinkInfo () [0x001d1] in /Users/builder/azdo/_work/1/s/xamarin-macios/tools/common/Assembly.cs:201 
  at Xamarin.Bundler.Target.ExtractNativeLinkInfo (System.Collections.Generic.List`1[T] exceptions) [0x00019] in /Users/builder/azdo/_work/1/s/xamarin-macios/tools/common/Target.cs:124 

Done building target "_CompileToNative" in project "CivicMobile.iOS.csproj" -- FAILED.