Skip to content
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

com.apple.main-thread SCLAlertView.swift showHTMLTitle / showHTMLInfo #499

Closed
FazilButev opened this issue Sep 2, 2022 · 1 comment
Closed

Comments

@FazilButev
Copy link

My application is constantly crashing and it gives the logs I wrote below as an error.
I put firebase logs below. I would appreciate it if you could help.

Crashed: com.apple.main-thread
0 MSRS 0x97044 showHTMLTitle + 1265 (SCLAlertView.swift:1265)
1 MSRS 0x95a84 showHTMLInfo + 768 (SCLAlertView.swift:768)
2 MSRS 0x2b50ec showInfoMessage + 59 (PopupHandler.swift:59)
3 MSRS 0x1067b8 specialized closure #2 in closure #1 in handle #1 () in ServiceManager.sendRequest(urlRequest:completion:) + 4305840056
4 MSRS 0x93b4 + 4304802740 (:4304802740)
5 libdispatch.dylib 0x63094 _dispatch_call_block_and_release + 24
6 libdispatch.dylib 0x64094 _dispatch_client_callout + 16
7 libdispatch.dylib 0x45858 _dispatch_main_queue_drain + 888
8 libdispatch.dylib 0x454d0 _dispatch_main_queue_callback_4CF$VARIANT$armv81 + 36
9 CoreFoundation 0x4e0d4 CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE + 12
10 CoreFoundation 0xb5f8 __CFRunLoopRun + 2544
11 CoreFoundation 0x1e250 CFRunLoopRunSpecific + 572
12 GraphicsServices 0x1988 GSEventRunModal + 160
13 UIKitCore 0x4e5a94 -[UIApplication _run] + 1080
14 UIKitCore 0x27efd4 UIApplicationMain + 336
15 MSRS 0x6e3c main + 21 (AppStoreDelegate.swift:21)
16 ??? 0x1039b44d0 (Missing)

@algrid
Copy link
Collaborator

algrid commented Oct 24, 2023

You're probably using a modified version of the library. Maybe you have added some code from here #348

The problem is the showHTMLTitle function that you have added. Look at the line where crash happens, maybe that will help.

@algrid algrid closed this as completed Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants