Build error `RNCAsyncstorage.m` not found
See original GitHub issueHi,
Edit: with version 1.0.2
There’s a typo in RNCAsyncStorage.m
filename, which is RNCAsyncstorage.m
in build (notice the S of Storage)
error: Build input file cannot be found: '/Users/.../node_modules/@react-native-community/async-storage/ios/RNCAsyncstorage.m'
I tried to rename the file and it works
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Build error `RNCAsyncstorage.m` not found · Issue #23 - GitHub
Hi,. Edit: with version 1.0.2. There's a typo in RNCAsyncStorage.m filename, which is RNCAsyncstorage.m in build (notice the S of Storage).
Read more >Unable to resolve module @react-native-community/async ...
It gets no different no matter what I try. I am really new to react native, this may be a common issue but...
Read more >Troubleshooting | Async Storage - GitHub Pages
This error means that AsyncStorage was unable to find its native module. This occurs because AsyncStorage was not linked into the final app...
Read more >"Build input file cannot be found" | Apple Developer Forums
I changed my project name in project navigator and right after I tried to simulate it. An error appeared and said "Build input...
Read more >react-native-ble-plx. Did you forget to run "pod install" ?" - Reddit
Need help with "error Could not find the following native modules: ... I am trying to build a basic IOS app that connects...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’d like to keep filename in camel case. Changing occurrences of
Asyncstorage
intoAsyncStorage
will do the job.Also, to confirm everything works, after you apply changes, you can unlink
AsyncStorage
from example project and link it back manually, to see if it builds/works normally.Thanks.
Closing with #26 merged