question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ExpoKit - SDK 34 - ExBranchManager branchModuleDidInit unreconigzed selector

See original GitHub issue

Hi,

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:closed
  • Created 4 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
neilcocommented, Sep 13, 2019

We’re also experiencing this. It seems that setModuleRegistry: is retrieving EXBranchManager when it’s expecting EXScopedBranch.

Changing this line in EXScopedBranch.m to the following seems to resolve this issue:

[(id<EXBranchScopedModuleDelegate>)[_moduleRegistry getModuleImplementingProtocol:@protocol(EXBranchScopedModuleDelegate)] branchModuleDidInit:self];
0reactions
cruzachcommented, Jan 13, 2020

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found