You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
ReactNativeFileAccess does not specify a Swift version and none of the targets (macos71-macOS) integrating it have the SWIFT_VERSION attribute set. Please contact the author or set the SWIFT_VERSION attribute 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 for react-native-file-access in ../node_modules/react-native-file-access
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:
ReactNativeFileAccess
does not specify a Swift version and none of the targets (macos71-macOS
) integrating it have theSWIFT_VERSION
attribute set. Please contact the author or set theSWIFT_VERSION
attribute 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 for
react-native-file-access
in../node_modules/react-native-file-access
I'm using https://microsoft.github.io/react-native-windows/docs/rnm-getting-started mac os setup .
The text was updated successfully, but these errors were encountered: