因公司RN库作了调整,咱们iOS
项目在pod install
后报出错误:ios
An error occurred while processing the post-install hook of the Podfile.
No such file or directory @rb_sysopen - ./Pods/Target Support File/yoga/yoga-mbrella.h
复制代码
如图:npm
缘由是RN
依赖的库yoga
有问题找不到其中一个文件yoga-umbrella.h
。从新安装一下RN
依赖包.切到RN
下npm install
,而后ios
项目从新pod install
就行了。bash