-
Notifications
You must be signed in to change notification settings - Fork 19
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
Bubbleshowcase Screenshot #6
Comments
@PrashantTiwari123 you're experiencing this too I see |
Yes App crashed and not able to find out this at my end. getting this
error.
partial apply forwarder for closure #2 () -> () in
BubbleShowCase.BubbleShowCase.(takeScreenshot in
_6C61E71B2EB682DC290B23F96E92C494)() -> () BubbleShowCase.swift:1009
Could you please help me out with this error. Because this crash is
happened many of the users.
Regards,
Prashant Tiwari
…On Tue, May 19, 2020 at 5:58 PM Jude ***@***.***> wrote:
@PrashantTiwari123 <https://github.com/PrashantTiwari123> you're
experiencing this too I see
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHZUHD2VY42FTYMDZQVTMRLRSJ3OTANCNFSM4MYWA66A>
.
|
I have the same problem too... anyone seems to figure out the cause please? |
Hi @invisibleBully @lohithkorp I fixed this by applying a nil checker making sure that the self.target is not nil, before executing the code. I hope this helps
|
@iamkenjobs @fermoya it doesn't work, I tried to add the effect of changing tabbar image when showing case, but it always force close in the code "let parent: UIView = self.target.superview ?? self.target", I don't know why |
This weird behavior happens sometimes can't seem to put a finger on it..
The text was updated successfully, but these errors were encountered: