No podspec found issue
See original GitHub issueYou 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:
- Created 4 years ago
- Reactions:48
- Comments:5 (1 by maintainers)
Top 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 >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
To anyone running into this issue with a monorepo, make sure you’re not hoisting
@react-native-community/async-storage
thanks for the life saver ❤️