react-native-share-menu
react-native-share-menu copied to clipboard
Error 'RNShareMenu-Swift.h' file not found
"react-native": "0.73.6",
- firebase 10.23.0 "@react-native-firebase/analytics": "^19.0.1", "@react-native-firebase/app": "^19.0.1", ...
For firebase 10.23 needed using use_frameworks! :linkage => :static (Podfile)
An error occurs during assembly in xCode file: ShareMenuManager.m
line 9 #import "RNShareMenu-Swift.h"
error: 'RNShareMenu-Swift.h' file not found
Same here. Any fix ?
Same here, is there a fix?
Found Pull Request #260 witch fixes this issue:
Thank you! @LukasB-DEV I made this change locally
Same here!! any solution?