bb-git

Results 16 comments of bb-git
trafficstars

You can store the UUDID string and hardcode a salt string. This way you will have a key, that will only work on this device. E.g. UUDID + "%zuj63i_L%%w_q(N"

I also see this happening. Seems to be related to Combine. 10.11.0 is also working for me.

10.18.0 didn't fix the problem. I remeber Kingfisher having a similar crash on iOS 12 devices with Combine involved. Maybe its helpful: https://github.com/onevcat/Kingfisher/issues/1717

> Can anyone still having the issue test with the latest Xcode beta? It would appear that Apple released a fix for the Combine issue: https://developer.apple.com/documentation/xcode-release-notes/xcode-13_2-release-notes Not working for me....

We use Cocoapods for everything, so we will stay on 10.11.0

We contacted Apple about the iOS 15 issues. What we were told, is that starting from iOS 15 the lifecycle methods do not necessarily need to be called in the...

We're seeing the same crash. iOS 14 only. We upgraded from 10.11.0 to 10.32.2 Does anyone now if only migrated users or only new or all users are affected by...

Can this be related to cocoapods? We couldn't upgrade to a version later than 10.11.0 as it crashed on iOS 12 devices, but this issue was occurring with cocoapods only.

So far 100% of the iOS 14 users seeing this crash, are new users. None of them was migrating from a previous installation.

Ok, we can confirm again: only new users are affected. Also we released a version using realm with SPM instead of cocoapods and the crash doesn't happen there.