willtr101

Results 6 comments of willtr101

You guys need to update to MerchantKit `0.15.0` to fix this issue.

We face the same issue (we use the branch release/p.37, iOS 13.1). When we comment out `[collectionNode waitUntilAllUpdatesAreProcessed];` from our code base (we call this function to wait for the...

We used Texture heavily in our apps, with hundred of nodes on a screen. Thus, this issue makes the app crashed after just a few taps. Can anyone please help?

Thanks for all the comments, folks. We have tried to replace ASTextNode by ASTextNode2 however the ASTextNode2 seems having performance issues, the render is noticeable slow comparing to ASTextNode. Is...

Hi @paulb777, sorry for not being clear. The problem was that our project couldn't compile when adding Firebase 10.x. It was working fine with Firebase 9.6 and older. So we...