React-native-intercom: No known class method for selector 'logout'

Created on 19 Feb 2018  路  7Comments  路  Source: tinycreative/react-native-intercom

I just updated my react native intercom package (9.4) and also update react-native

but I'm now getting the following build errors

No known class method for selector 'logout'

No known class method for selector 'presentHelpCenter'

Most helpful comment

React native Intercom version - 10.2.0
Pod version - 4.1.9
@AlmogRnD Facing the same issue. You mentioned that you deleted everything.
I tried steps below:

  • Unlinked the package.
  • removed the package(using Yarn)
  • Removed intercom related line from the podfile
  • Installed pods
  • Removed derived data.
  • Cleaned the project in Xocde.
  • added the package using yarn.
  • Install the required pods
  • Linked the packge.

I still get the same error. Could you please help me out here. Thanks.

All 7 comments

I believe it is now reset

@browniefed not sure I understand in my code I have

// Clears intercom
Intercom.reset()

I think you need to update your intercom version

@browniefed I did that followed the Manual Installation
https://github.com/intercom/intercom-ios

and my current package is
"react-native-intercom": "^9.4.0",

Still getting the build error

Got it working had to delete everything and reinstall

Reset does not log you out. I'm still logged into the old user when I login with a new user

React native Intercom version - 10.2.0
Pod version - 4.1.9
@AlmogRnD Facing the same issue. You mentioned that you deleted everything.
I tried steps below:

  • Unlinked the package.
  • removed the package(using Yarn)
  • Removed intercom related line from the podfile
  • Installed pods
  • Removed derived data.
  • Cleaned the project in Xocde.
  • added the package using yarn.
  • Install the required pods
  • Linked the packge.

I still get the same error. Could you please help me out here. Thanks.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

elnygren picture elnygren  路  10Comments

forsen picture forsen  路  5Comments

tobob picture tobob  路  12Comments

felippepuhle picture felippepuhle  路  9Comments

klamping picture klamping  路  11Comments