We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"react-native": "0.73.6",
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
The text was updated successfully, but these errors were encountered:
Same here. Any fix ?
Sorry, something went wrong.
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?
No branches or pull requests
"react-native": "0.73.6",
"@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
The text was updated successfully, but these errors were encountered: