当我将本机版本0.60.4升级到0.60.5时,在尝试pod install
我的iOS项目之后,我发现了此错误消息。我在node_models/react-native/Libraries/React-fishhook
下找不到任何文件,应该如何安装?
答案 0 :(得分:31)
您需要从Podfile中删除pod,因为不再需要它。
删除此行:
pod 'React-fishhook', :path => '../node_modules/react-native/Libraries/fishhook'
请参阅:https://react-native-community.github.io/upgrade-helper/?from=0.60.4&to=0.60.5