gpt4 book ai didi

react-native - 如何手动链接库?

转载 作者:行者123 更新时间:2023-12-04 05:30:35 44 4
gpt4 key购买 nike

我想用react-native-youtube但它显示错误 Native component for "RCTYouTube" does not exist ,我试图找到解决方案,如果库使用 native 代码,我必须手动链接库。

但我不知道这个链接谈论 Manual linking Step1 https://facebook.github.io/react-native/docs/linking-libraries-ios.html

我使用类型命令 create-react-native-app testyoutube创建我的 React Native 项目,Visual Studio Code是我的工具。

我不熟悉 Xcode .我尝试打开我的项目文件夹 testyoutubeXcode .它将显示警报 Could not open file.
如果我想关注 Manual linking Step1我应该做什么步骤?

这是我的文件夹结构:
enter image description here

任何帮助,将不胜感激。提前致谢。

最佳答案

扩展 Adeel's回答:

  • 在 {your project root}/node_modules/react-native-youtube 中找到 RCTYouTube.xcodeproj。
  • 使用 XCode 打开您的 iOS 项目的 .xcworkspace(或 .xcodeproj,如果 .xcworkspace 不存在)。
  • 在窗口左侧的项目导航器 Pane 中找到“Libraries”文件夹,然后将 RCTVideo.xcodeproj 文件拖入其中。
  • 从窗口内部左侧的目标列表 Pane 中选择项目的目标,然后向下滚动到“链接的库和框架”部分。
  • 单击该部分底部的加号并使用搜索栏查找“libRTCYouTube.a”,从结果中选择它,然后点击“添加”按钮。

  • 您的库现在应该已链接!

    关于react-native - 如何手动链接库?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50386748/

    44 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com