react-native-share-menu icon indicating copy to clipboard operation
react-native-share-menu copied to clipboard

iOS Unknown receiver 'ShareMenuMessenger'; did you mean 'ShareMenuManager'?

Open drpiou opened this issue 3 years ago • 0 comments

Hello,

Simple installation following the guide, and I have this happening on iOS:

<path>/node_modules/react-native-share-menu/ios/ShareMenuManager.m:19:6:
Unknown receiver 'ShareMenuMessenger'; did you mean 'ShareMenuManager'?

I had previously installed the version before 6, and it went fine. Comparing the Pods, it misses a ShareMenuMessenger.swift in 6.

For now I will downgrade to the ^5 version.

drpiou avatar May 23 '22 12:05 drpiou