安装react-native-fast-image软件包后,构建失败

时间:2019-04-26 10:56:46

标签: react-native react-native-android react-native-ios

我已经将包react-native-fast-image添加到我的react项目中,该包旨在更快地缓存以基于优先级以更快的方式加载图像。另外,我已经手动链接库,如下所示: https://github.com/DylanVann/react-native-fast-image/blob/master/docs/installation-manual.md

但是构建失败。And i get the below error as shown in the screenshot

1 个答案:

答案 0 :(得分:0)

根据每个错误,我认为您尚未对本机xCode进行设置。请按照以下步骤链接到xCode。

In Xcode:

Add FastImage.xcodeproj to Libraries.

Add libFastImage.a to Link Binary With Libraries under Build Phases.

在设置之前不要忘记链接。

1)需要从node_modules-> react-native-fast-image-> ios-> FastImage.xcodeproj拖放到 Libraries 文件夹下的xcode中。

enter image description here

2)将libFastImage.a添加到使用库链接二进制文件部分。

enter image description here