No such file or directory appcenter.podspec.json in CocoaPods/CocoaPods
尝试为本地本机iOS安装Microsoft Appcenter。我收到此错误:
We couldn’t find any issues matching 'No such file or directory @ rb_sysopen - /Users/userName/Documents/Repo/bookombo-app-new/ios/Pods/Local Podspecs/appcenter.podspec.json' in CocoaPods/CocoaPods' after running Pod install since Updating react-native to 0.60.
" appcenter":" 2.4.0",
" react-native":" 0.60.6",
运行以下cmds
1 2 3 4 | yarn remove appcenter appcenter-crashes cd ios && pod install && cd .. yarn add appcenter appcenter-crashes cd ios && pod install && cd .. |
我通过制作appcenter-pre-build.sh解决了这个问题
和
只添加这两行
gem卸载cocoapods
gem install cocoapods -v 1.7.5
将cocoapods更新到最新版本(在我的情况下为1.8)为我解决了问题:)