-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Issue with Dynamic Links with Xcode 13 #8655
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
Comments
I found a few problems with this issue:
|
Hey @crleonard, sorry for the troubles. It looks like this is similar to #7618 - can you please share which version of Firebase you're using, update to the latest if you're not on it, and let us know if it's resolved? |
Hey @crleonard. We need more information to resolve this issue but there hasn't been an update in 5 weekdays. I'm marking the issue as stale and if there are no new updates in the next 5 days I will close it automatically. If you have more information that will help us get to the bottom of this, just add a comment! |
I'm running into the same issue. Version 8.7.0 Running with Xcode 13 on iOS 15 simulator on Intel Mac. Stacktrace:
|
@lammertw can you try reproing the crash with some memory debugging tools enabled (and also fully symbolicate the crash log)? It's not normal for WebKit to crash in |
@morganchen12 I have no idea why but after switching some branches, turning on and off memory debugging tools and then running it without, now it's no longer crashing (without any actual changes in my git repo). So if the problem does return I'll let you know. |
I'm still having the same issue. Do you have any updates? |
Also tried 8.8.0 (was 8.7.0) |
This device isnt an M1 Mac |
@crleonard can you please share more info from the issue template to help us debug? Right now we don't have enough information to reproduce this. Specifically:
Does this reproduce 100% of the time for you, or only sometimes? |
Hey guys, I'm also having this same issue. After some debug I noticed that it only happens when running on iOS 15, previous versions seem to be just fine. Hope it helps, cheers! Full stack trace:
|
Above message form @Rvaler matches my experience. This is with Xcode 13 Release running against iOS 15 |
Any updates on this? |
Looks like we're still looking for a reproduction example |
Hi @paulb777 , I have attached here a link to a sample project you can download. If you run this on Xcode 13, with the simulator set on an iOS 15 device you will be able to re-produce the issue. In AppDelegate you will see Let me know if this helps. This will crash instantly when application loads. |
Hi @crleonard Thanks for the repro, but it starts up fine for me. Please confirm that you have the latest versions: |
Hi @paulb777 Image below shows the same setup, though getting the same fatal error. macOS Big Sur 11.3.1 (20E241) |
Hmm, it might be something triggered by your specific project. You could email the GoogleService-Info.plist to paulbeusterien at google.com. Also, your screenshot shows Crashlytics starting and Crashlytics is not a dependency in the shared project. It's also showing it at 8.7.0 instead of the current version. And I don't see the TSK logging. |
Hey @crleonard. We need more information to resolve this issue but there hasn't been an update in 5 weekdays. I'm marking the issue as stale and if there are no new updates in the next 5 days I will close it automatically. If you have more information that will help us get to the bottom of this, just add a comment! |
Keeping this one open. |
Hello @ncooke3, checking out that specific commit and re-launching seems to be working for me. |
Thank you so much for the fast turn around @crleonard! I think we will move forward with this fix then. I'll keep this thread posted! |
Hi @ncooke3 , When the version 8.9.0 will be available on Cocoapods ? Latest version is 8.8.0: Thanks! |
Hi @allanragec We're still working on the release process and testing of 8.9.0 and targeting to get it out next week. In the meantime, you could apply the fix from #8847 locally as a workaround |
Thank you @paulb777 :D |
I'm still having the same problem with |
There seems to be an issue with FirebaseDynamicLinks when running on Xcode 13.
Call
FirebaseApp.configure()
from app delegate, when/FIRDLJavaScriptExecutor.m
is hit, the line[_wkWebView loadHTMLString:htmlContent baseURL:nil];
causes a crash with the result ofThread 1: EXC_BAD_ACCESS (code=1, address=0x10)
.The text was updated successfully, but these errors were encountered: