-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
*** -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil object from objects[0] #610
Comments
can you try to update to the latest version? https://github.com/veritrans/Veritrans-ios-sdk/releases |
Unfortunately, it shows a maintenance page when we use the latest SDK. |
Additionally, the crash happens intermittently, @uziwuzzy. However, it shows the highest number of crashes in our Crashlytics. |
For bugs/issues please provide a step by step guide to reproduce it. Otherwise we can't fix it. |
Just call this code in viewDidAppear; that's how we do it. Did we do it wrong? guard let paymentController = MidtransUIPaymentViewController(
token: token,
andPaymentFeature: .GOPAY
) else { return }
paymentController.paymentDelegate = self
self.present(paymentController, animated: true) it still happens in the latest version 1.27.1 |
Hi Team, @uziwuzzy - We've decided to implement the swizzling solution. We discovered that the Source Pro Sans font is occasionally missing, so we addressed this by swizzling the method and including the font directly in our project files. |
hmm that's new and weird, since the font assets exists in the sdk, do you mind to share the error log related with the missing font? |
Hi team, does anyone know what caused this crash?
Version 1.24.2
The text was updated successfully, but these errors were encountered: