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.

No podspec found issue

See original GitHub issue

You want to:

Prevent issue for others. Hopefully, it will help someone.

Details:

In case of this issue:

[!] No podspec found for `react-native-async-storage` in `../node_modules/@react-native-community/async-storage`

Just check out this commit and at Podfile change line: Form

pod 'react-native-async-storage', :path => '../node_modules/@react-native-community/async-storage'

To

pod 'RNCAsyncStorage', :path => '../node_modules/@react-native-community/async-storage'

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:48
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
aecorredorcommented, Aug 15, 2019

To anyone running into this issue with a monorepo, make sure you’re not hoisting @react-native-community/async-storage

2reactions
gsteja2307commented, Jul 18, 2019

thanks for the life saver ❤️

Read more comments on GitHub >

github_iconTop Results From Across the Web

I'm getting a "No podspec found" message when doing "pod ...
ios - I'm getting a "No podspec found" message when doing "pod install" against a private gitlab pod/project container - Stack Overflow. Stack ......
Read more >
No podspec found for path_provider_windows #79330 - GitHub
I have an ios app build through de azure pipelines, I have an error building the app, in the step flutter build ios,...
Read more >
Pod File installation error - iOS : MyScript Developer Support
No podspec found for `MyScriptInteractiveInk-UIReferenceImplementation` in `../..`. So please help me to resolve this issue? Best Answer. J.
Read more >
No podspec found for `react-native… | Apple Developer Forums
hi I have the same problem, Have you found a solution to this problem? Posted 6 months ago by. zhove68.
Read more >
No podspec found when specifying custom git repo in Podfile
No podspec found when specifying custom git repo in Podfile. 2892 views ... No podspec found for `MKNetworkKit` in ... What is the...
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