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

[iOS] Build Input file cannot be found

Open BjoernRave opened this issue 4 years ago • 1 comments

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')

BjoernRave avatar Jul 21 '21 10:07 BjoernRave

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 ??

quriosapien avatar Aug 11 '21 18:08 quriosapien