-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bitcode is deprecated in iOS. facing issue while implementing this plugin. #146
Comments
Hello, i have the same issue right now with my newest release. @hattmann what do you mean with Using plugin.firebase.temp fixes this issues for me. ? |
Yes, give it a try
Stefan Habacher ***@***.***> schrieb am Do., 9. März 2023,
12:21:
… Hello,
i have the same issue right now with my newest release.
[image: Posteingang]
<https://user-images.githubusercontent.com/892820/224008290-30a8201e-789b-4289-86dd-c53a841f3ad8.png>
@hattmann <https://github.com/hattmann> what do you mean with *Using
plugin.firebase.temp fixes this issues for me.* ?
—
Reply to this email directly, view it on GitHub
<#146 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABCD6JKEM3CA3CZ4FT3LOUTW3G4J5ANCNFSM6AAAAAAVUPNSVM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@hattmann i will, but i don't know what you mean with plugin.firebase.temp. Can you explain what you did? |
@hattmann Yeah give some idea how to use plugin.firebase.temp |
Here ist the nuget and the information: https://www.nuget.org/packages/Plugin.Firebase.Tmp For me just adding this nuget and after that removing the original nuget helped. I just need the Firebase Push function without the Facebook and authorisation libs. |
Hi @hattmann, But still, is this the final solution to avoid this problem @TobiasBuchholz ? |
@hattmann Plugin.Firebase.temp does not contain crashlytics. Any suggestions what should I use now? @TobiasBuchholz @stoff99 |
When adding Plugin.FireBase.Tmp package instead of Plugin.FireBase the Plugin.FireBase.Auth Namespace is missing. Any suggestions? |
I think you have to wait until the author provides a new release that adresses this issue. |
Hi! Please take a look at #95 (comment) to understand the problem with bitcode on iOS. I'm currently working on a version of the firebase plugin, that splits all features into single nuget packages as suggested by vhugogarcia in #115 (comment), so you won't have to include auth or facebook related packages which are causing the bitcode issue. Until then you'll need to follow nebular2s advice: #95 (comment) |
I'll close this issue since it's a duplication of #95. |
@TobiasBuchholz |
@tranb3r TrimMode=Full is the default in. NET7, the bitcode is include despite it. Please see the ITunes Connect Failures I posted before |
@faheem-riaz i just can tell you a workaround till you wait for a fix and working with the temp package. You could use MS App Center crashlytics meanwhile... |
TrimMode=Full is the default in net7, but not for maui. You have to opt-in to full mode. At least for android, but I guess it's the same for iOS. Also, the bitcode comes from the Facebook SDK. This one is not completely trimmed (even in full mode). This is why it was suggested to remove this SDK from this plugin. |
I'm almost finished splitting up all the features into single nuget packages and it looks good so far. There will be a package that bundles all the separated nuget packages into a single one so the plugin can be used like before. On the other hand people who don't trust the trimmer or who are encountering something like build issues not related to the feature they would actually like to use can just install the separated nuget package and might get better results. |
I am using the latest version of plugin.firebase 1.3.0. Apple has deprecated the bitcode. So I am able to created a build but cannot be able to publish the app. I am getting errors that are shown in image below.
Firebase packages are upgraded I believe. Please update your package so that we can release our app on iOS 16 and above.
The text was updated successfully, but these errors were encountered: