react-native-share-menu
react-native-share-menu copied to clipboard
[iOS] Build Input file cannot be found
For some reason the project is lookign for the ShareViewController.swift in the extensions root folder, but I deleted that one according to the instructions.
This is what xcode prints:
error: Build input file cannot be found: '/Users/bjoern/projects/speakeroo/app/ios/speakeroo-url-share/ShareViewController.swift' (in target 'speakeroo-url-share' from project 'speakeroo')
After Deleting it, you have to copy ShareViewController.swift from the node_modules/react-native-share-menu/ios folder into your project as per instructions.
Did you do that ??