tinycreative / react-native-intercom

React Native wrapper for Intercom.io
MIT License
406 stars 280 forks source link

Message composer: App crash on back button press (iOS) #344

Closed qwertypomy closed 2 years ago

qwertypomy commented 4 years ago

Logs: -[IntercomSDK_FLAnimatedImage _isSymbolImage]: unrecognized selector sent to instance 0x60000345d290 *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[IntercomSDK_FLAnimatedImage _isSymbolImage]: unrecognized selector sent to instance 0x60000345d290'

qwertypomy commented 4 years ago

Also crash happens when app calls Intercom.displayConversationsList. I guess it's somehow related.

logs:

displayConversationsList
[Intercom] WARNING: The method '+[presentConversationList]' has been deprecated and will be removed in a future release. Please use '+[presentMessageComposer:initialMessage]' instead.
-[IntercomSDK_FLAnimatedImage _isSymbolImage]: unrecognized selector sent to instance 0x280e9a730
 *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[IntercomSDK_FLAnimatedImage _isSymbolImage]: unrecognized selector sent to instance 0x280e9a730'