使用Cocoapods链接React Native w / Dependent Pods

时间:2017-01-19 22:56:25

标签: ios xcode react-native cocoapods

我遇到了一个问题,即在我的ios版本中为我的React Native项目获取瞬态头链接错误。

我的react-native项目设置为在我的RN项目的node_modules / react-native /目录中使用React.podspec。

在我的AppDelegate.m中,通过执行任何导入的RTC *。

#import <React/RTCBridgeModule.h>

这很好用。

我想添加这个库 https://github.com/devfd/react-native-google-signin我最好使用cocoapods进行链接以保持相同。

我已经分叉了存储库并在此处为此包添加了podspec文件。 https://github.com/onlinegeek101/react-native-google-signin

查看

时标题失败了
#import "RTCBridgeModule.h"

所以我更新了导入以匹配该fork上的其他格式。

我现在看到我的构建'偶尔'会通过,但其他时间会失败并说它找不到标题

有没有人有任何想法/示例应该如何配置或为什么我看到这种行为?

0 个答案:

没有答案