解决了刚才的'config.h' file not found问题,本以为就可以顺畅的跑起来,谁知道又被恶心到了,Build input file cannot be found!!! 问题: error: Build input file cannot be found: '/Users/galahad/Desktop/ziliao/RN和Native交互/react-native-blog-examples/Chapter10-RNInteractionWithNative/RNAddNative/node...
一.报错内容 报错截图 二.解决方案 1.问题分析 应该是在RN升级后,项目路径出了问题,导致引用地址失效。 "Build input file cannot be found" 通常这个报错也是重新导入依赖库来解决。 2.解决方案 在对应工程中,移除依赖库,再重新添加。 如这次报错,可将RCTWebSocket中的libfishhook.a移除,再重新添加。如图...
通常编译报 Build input file cannot be found错误,说明该文件存放位置有问题,只需要移除之后,重新添加一下文件就可以编译通过。如下:
iOS:Build input file cannot be found 把项目刚创建时的东西放进一个文件夹,例如info.plist,main,lunchboard这些,结果运行时报错 既然表面意思是说没找到,那就打开去看看。 首先打开具体的文件夹,看看路径里有没有相关的文件,因为很可能在菜单里拖的时候,文件夹里并没过去...
error: Build input file cannot be found: '/Users/xiangyun/work/chatapp/MyApp/node_modules/react-native/ReactCommon/yoga/yoga/log.cpp' (in target 'Yoga' from project 'Pods') warning: Could not read serialized diagnostics file: Cannot Load File: Failed to open diagnostics file (in target '...
error: Build input file cannot be found: '/Users/GoogleService-Info.plist' (in target 'Runner' from project 'Runner') This is the set of commands I am trying to get the build with: flutter pub get flutter clean flutter build ios (this gives the above error) Here ...
解决: 通常编译报 Build input file cannot be found错误,说明该文件存放位置有问题,只需要移除之后,重新添加一下文件就可以编译通过。如下:
error: Build input file cannot be found: '/Users/yangping/Desktop/packageTest/package574/node_modules/react-native/third-party/double-conversion-1.1.6/src/strtod.cc'解决方法:
Build input file cannot be found: '/Users/myMac/Desktop/XGPlus/GKVideoViewCell.m'. Did you forget to declare this file as an output of a script phase or custom build rule which produces it? (in target 'XGPlus' from project 'XGPlus') ...