-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
bugSomething isn't workingSomething isn't working
Description
react-native: 0.71.0
react-native-file-access: 3.1
Platform: MacOs
Bug
I'm on mac pro m1 machine.
I've tried a lot to link manually for macos but didn't work at all. I've also tried to run macos example but failed.
initially it shows following error
[!] Unable to determine Swift version for the following pods:
ReactNativeFileAccessdoes not specify a Swift version and none of the targets (macos71-macOS) integrating it have theSWIFT_VERSIONattribute set. Please contact the author or set theSWIFT_VERSIONattribute in at least one of the targets that integrate this pod.
and after I added ENV['SWIFT_VERSION'] = '5' on podfile,It went away.
after manually linking error stucked at [!] No podspec found forreact-native-file-accessin../node_modules/react-native-file-access
I'm using https://microsoft.github.io/react-native-windows/docs/rnm-getting-started mac os setup .
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working