-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
iOS app crashes at launch on release mode #90
Comments
@bitpshr not sure if this helps but I was able to get a full stack trace by using stack-beautifier and the source map:
Additionally I've tried this without success. Not sure if you're using this on GABA.... The other theory is that it could be related to this EDIT: Actually, the last one is my preferred theory! Check this out: https://github.com/MetaMask/gaba/blob/master/src/ComposableController.ts#L59 EDIT 2: Confirmed! We need to use class.name instead of class.constructor.name and we need to add a getter method on each controller that returns the name. I did that and it works! |
Fatal Exception: RCTFatalException: Unhandled JS Exception: t must be composed with AccountTrackerController.
May be related to #19 ?
https://fabric.io/metamask/ios/apps/com.metamask.metamask/issues/5b80e0f36007d59fcdc0ea05?time=last-seven-days
The text was updated successfully, but these errors were encountered: