question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Build error `RNCAsyncstorage.m` not found

See original GitHub issue

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)

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:closed
  • Created 5 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
krizzucommented, Feb 28, 2019

I’d like to keep filename in camel case. Changing occurrences of Asyncstorage into AsyncStorage 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.

0reactions
krizzucommented, Mar 1, 2019

Closing with #26 merged

Read more comments on GitHub >

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

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found