-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
[🐛] Xcode Build Error whit Firebase SDK 7.0 #4504
Comments
This not resolve my problem
Da: Nehal Sanklecha <[email protected]>
Risposta: invertase/react-native-firebase <[email protected]>
Data: venerdì 6 novembre 2020 06:49
A: invertase/react-native-firebase <[email protected]>
Cc: Francesco Di Vita <[email protected]>, Author <[email protected]>
Oggetto: Re: [invertase/react-native-firebase] [🐛] Xcode Build Error whit Firebase SDK 7.0 (#4504)
Added this in AppDelegate.m
* (BOOL)application:(UIApplication *)application
openURL:(NSURL *)url
options:(NSDictionary<NSString *, id> *)options {
return [[RNFBDynamicLinksAppDelegateInterceptor sharedInstance] application:application openURL:url options:options];
}
* (BOOL)application:(UIApplication *)application
continueUserActivity:(NSUserActivity *)userActivity
restorationHandler:(void (^)(NSArray *))restorationHandler {
return [[RNFBDynamicLinksAppDelegateInterceptor sharedInstance] application:application continueUserActivity:userActivity restorationHandler:restorationHandler];
}
Not sure of issue though as It didn't work few times in the beginning and then started working eventually on deleting the build from device and installing a new one after doing a clean build.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#4504 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AJDY2D3WDW5JP5UI72FETSLSOOE4VANCNFSM4TLCWQ2Q>.
|
@tekshark I'd removed my comment from this post because It was not related to this. I'd to comment it on different post. |
#4471 |
Indeed @tekshark - this is in progress. firebase-ios-sdk v7+ will not be supported + buildable until it lands |
@mikehardy Great but this is VERY URGENT. |
@tekshark I don't believe what you say is true. Have you seen the solutions posted here? #4299 Either way, feel free to integrate the PR / patches from #4471 if it is VERY URGENT - they are actually functional just not polished enough for merge yet. All tests are passing on Android and iOS though, there is nothing wrong with the functionality and the polish required to get the PR merged will not actually be anything that changes the implementation or APIs or anything. |
Issue
On building i have some errors in RNFBMessagingSerializer.h and RNFBMessagingSerializer.m
Project Files
Javascript
Click To Expand
package.json
:firebase.json
for react-native-firebase v6:# N/A
iOS
Click To Expand
ios/Podfile
:AppDelegate.m
:// N/A
Android
Click To Expand
Have you converted to AndroidX?
android/gradle.settings
jetifier=true
for Android compatibility?jetifier
for react-native compatibility?android/build.gradle
:// N/A
android/app/build.gradle
:// N/A
android/settings.gradle
:// N/A
MainApplication.java
:// N/A
AndroidManifest.xml
:<!-- N/A -->
Environment
Click To Expand
react-native info
output:react-native-firebase
version you're using that has this issue:e.g. 5.4.3
Firebase
module(s) you're using that has the issue:e.g. Instance ID
TypeScript
?Y/N
&VERSION
React Native Firebase
andInvertase
on Twitter for updates on the library.The text was updated successfully, but these errors were encountered: