ios,swift
[ios] com.apple.main-thread 이슈해결방법
thdeodls85
2023. 6. 22. 14:05
[ios] com.apple.main-thread 이슈해결방법
DispatchQueue.main.async(execute: {
// your code
})
How to find root cause Crashed: com.apple.main-thread in production app?
i have such a report from Crashlytics: Thread : Crashed: com.apple.main-thread 0 libobjc.A.dylib 0x000000019503fbd0 objc_msgSend + 16 1 CoreFoundation 0x0000000183...
stackoverflow.com