在RCTBridgeModule.h中找不到React / RCTDefines.h文件

时间:2019-05-08 03:12:36

标签: ios xcode react-native expo

我当时使用ProcessStudent.java,我分离了ValidateDatabase.java供模块使用。

然后我在iOS文件中尝试了Expo。是工作。

  

吊舱安装完成! Pod文件中有51个依赖项   总共安装了63个吊舱。

但是当打开expo eject并按下pod install按钮时发生了错误。

error image enter image description here enter image description here enter image description here

package.json:

Xcode
  

Xcode版本:10.2.1

我以前从未使用过build and run,所以我是一个初学者。请详细解释。如果您可以通过屏幕截图进行说明,我将不胜感激。

1 个答案:

答案 0 :(得分:0)

我自己做了一个podsec,并解决了它。

这不在正式文档中,需要模块开发人员的基本解决方案。

此解决方案创建了许多Warning。代码没有错。

  1. 从标题搜索路径中删除react-native-secure-randombytes路径
  2. 取消链接react-native-secure-randombytes模块-react-native取消链接react-native-secure-randombytes
  3. 通过此链接添加了react-native-secure-randombytes.podspec
  4. 将下一个代码添加到pod文件中:

    pod'react-native-secure-randombytes',:path => '../ node_modules / react-native-secure-randombytes'

  5. 执行“ pod安装”