体系结构x86_64的未定义符号:“_ CBCentralManagerOptionShowPowerAlertKey”,在React Native中导入Appodeal

时间:2016-05-29 02:18:31

标签: ios xcode linker react-native xcode-project

我正在尝试将Appodeal导入我的React Native iOS应用,我按照Appodeal XCode Tutorial

进行了操作

所以我在链接中遇到了一个错误,并找到了解决它的一些现有方法,但没有一个能帮到我。

错误:

enter image description here

所以这是我的“Link Binary With Libraries”列表:

enter image description here

这是我的Compile Sources&目标会员资格:

enter image description here

禁用Bitcode:

enter image description here

其他链接标志:

enter image description here

体系结构:

enter image description here

项目根目录中的Appodeal依赖项:

enter image description here

这就是我所有的变化,所以我对哪里出错了?

1 个答案:

答案 0 :(得分:1)

我应该添加CoreBluetooth.Framework(他们可能在教程或其他内容中错过了它),现在它很不错。

在这里找到我的答案:groups.google.com/forum/#!category-topic/google-admob-ads-sdk / ...(谢谢Jaap!)

我还从(https://forums.developer.apple.com/thread/4572)的SleepyViking中添加了带有此指令的库:

  1. 转到Build Phases> Link Binary with Librairies> +>添加其他

  2. 进入文件选择窗口后,执行" CMD" + Shift + G(转到文件夹)并输入/ usr / lib /

  3. 从/ user / lib你可以添加:libz.dylib等...

  4. 编译并享受乐趣