我在XCode中运行我的项目时遇到了问题。
我刚刚安装了软件包react-native-compressor,方法是遵循安装说明
当我在XCode中运行我的项目时,我遇到了以下问题:
<unknown>:0: error: error opening input file '/Users/name/Desktop/test/appname/node_modules/react-native-compressor/ios/Video/Compressor-Bridging-Header.h' (No such file or directory)此文件存在,并包含此url:https://github.com/Shobbak/react-native-compressor/blob/master/ios/Video/VideoCompressor.h中所包含的内容。
发布于 2022-03-25 21:07:14
这个路径可能是不正确的,就像在/Users/之后,它说name,同时应该有一个当前登录的macbook的帐户名。
只需像这样验证您的路径

https://stackoverflow.com/questions/71622407
复制相似问题