-
Notifications
You must be signed in to change notification settings - Fork 476
Setup async-storage for macOS #587
New issue
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
Comments
@nikgraf If you're on 0.63, autolinking should just work. You don't need to do the manual steps. |
ahhh right, I had to change |
@nikgraf So you didn't have to link manually? This page seems to suggest you still seem to: https://react-native-async-storage.github.io/async-storage/docs/link Is this out of date? |
correct |
+1, changing |
Since React Native for macOS 0.63, autolink works (as long as `platform :macos, '10.14'` is set in Podfile See react-native-async-storage#587
Since React Native for macOS 0.63, autolink works (as long as `platform :macos, '10.14'` is set in Podfile See #587
Current behavior
I followed the steps here https://react-native-async-storage.github.io/async-storage/docs/link/#macos
Everything until the 4th step is clear. Then I added the
libRNCAsyncStorage-macOS.a
in theBuild Phases
of the target
desktop-macOS
.When I run
npx react-native run-macos
I get this error. What's odd is is that this is referencing the ios directory.Expected behavior
Get
Repro steps
Can provide an example repo in case the above description doesn't help.
Environment
The text was updated successfully, but these errors were encountered: