Borut Tomazin

Results 15 comments of Borut Tomazin

@nicklockwood unfortunately I cannot reproduce it. I just copied it from Crashlytics.

@nicklockwood I've also got another crash from Crashlytics: Exception Type: EXC_BAD_ACCESS Code: KERN_INVALID_ADDRESS at 0x2415919112 28NSOperation low-priority concurrency-limiting queue Crashed 0 libobjc.A.dylib objc_msgSend + 15 1 CoreFoundation CFHash + 84...

I have a typical tabBar + navBar setup and it's crashing on that setup. Nothing special about it. Unfortunately, I don't have time to dig into this issue. If I...

I have memory errors on line 682 ``` array->capacity = count; ``` and on 933 ``` dictionary->capacity = _JKDictionaryCapacityForCount(count); ```

@morganchen12 I'm also facing this issue. Here is my code: ```swift func presentLoginUI(from vc: UIViewController) { guard let authUi = FUIAuth.defaultAuthUI() else { return } authUi.tosurl = URL(string: Constants.Legal.tosUrl) authUi.delegate...

@morganchen12 can you prioritize this issue since users are unable to create an account.

@morganchen12 and please change the label from `question` to `bug`.

@morganchen12 take a look at the [code](https://github.com/firebase/FirebaseUI-iOS/issues/671#issuecomment-549264971) above ☝️.

Here is the stack: ``` ( 0 ??? 0x000000014b8481e7 0x0 + 5561942503, 1 myApp12-ios DEV 0x0000000105fb14e0 main + 0, 2 myApp12-ios DEV 0x0000000106a76371 __38-[FUIEmailEntryViewController onNext:]_block_invoke + 2753, 3 myApp12-ios DEV...

@morganchen12 can you prioritize this bug? We are kinda blocked on this. We'll need to revert the version if this doesn't get fixed soon.