ExpoKit - SDK 34 - ExBranchManager branchModuleDidInit unreconigzed selector
See original GitHub issueHi,
I am running my app on iOS … and I get random crashes on app launch (fresh launch) regarding ExBrancManager and branchModuleDidInit
Full error:
Fatal Exception: NSInvalidArgumentException -[EXBranchManager branchModuleDidInit:]: unrecognized selector sent to instance 0x2826bd2a0 -[EXScopedBranch setModuleRegistry:]
Any advice?
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Latest topics - Expo Forums
Topic Replies Views Activity
encryption with Crypto or Base64 · Expo SDK 6 1786 September 6, 2019
Adyen react‑native‑adyen‑cse · Expo SDK 6 832 September...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
We’re also experiencing this. It seems that
setModuleRegistry:
is retrievingEXBranchManager
when it’s expectingEXScopedBranch
.Changing this line in
EXScopedBranch.m
to the following seems to resolve this issue:Tested on SDK 36, and I’m not having any trouble using Branch in an iOS standalone app
If you are seeing this issue, please provide a method to reproduce it