Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

UI API called from background thread in Swift 4 and running Firebase 4

These are the errors that are currently present in my project after I downloaded the beta version of Xcode 9.

Error messages

This directly connects to this post. In which similar problem is solved. I had this problem as well originally and fixed it by following the accepted solution. However, that did not fix these other error messages that I am getting.

What is causing these? Are they a problem? How can I prevent them?

like image 723
joshLor Avatar asked Jun 25 '17 15:06

joshLor


1 Answers

From your stack trace, it looks like both calls are Firebase related. As such, try upgrading to the latest Firebase version 4.x to see if those go away.

Please see this question if you may need some help when doing so.

Update. Actually, it looks like this is a known issue in Firebase v4 iOS SDK :-(

like image 77
Paulo Mattos Avatar answered Nov 12 '22 00:11

Paulo Mattos