xamarin / XamarinComponents

Plugins for Xamarin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to disable bitcode strip for Google Sign In ?

mattleibow opened this issue · comments


Issue moved from dotnet/maui#12631


From @Priyabaghelgithub on Friday, January 13, 2023 10:07:31 AM

Description

I am facing below issue for Google Sign In :

D:\MauiFirebaseDemo-master\MauiFirebaseDemo\MauiFirebaseDemo.csproj(148,3): error MSB3073: The command ""$(xcrun -find
bitcode_strip)" C:/Users/abcd/AppData/Local/XamarinBuildDownloadCache/GSgnI-5.0.2/Frameworks/GoogleSignIn.fram
ework/GoogleSignIn -r -o C:/Users/abcd/AppData/Local/XamarinBuildDownloadCache/GSgnI-5.0.2/Frameworks/GoogleSi
gnIn.framework/GoogleSignIn" exited with code 1. [TargetFramework=net7.0-ios]

Steps to Reproduce

Have disabled the bitcode for Core, GoogleAppMeasurement. It is working but facing bitcode issue for Google Sign In.

Link to public reproduction project repository

dotnet/maui#10989

Version with bug

7.0 (current)

Last version that worked well

Unknown/Other

Affected platforms

iOS

Affected platform versions

iOS14

Did you find any workaround?

xamarin/GoogleApisForiOSComponents@6b54ab2#diff-8477ebd83c197a9396792fa47096265b0436ce0a88a66384adccf71179b80715

Relevant log output

No response


Issue moved from dotnet/maui#12631


From @mattleibow on Friday, January 13, 2023 3:13:12 PM

@SotoiGhost Does this look like something you can help with?