gpt4 book ai didi

ios - React Native Podfile子规范未添加到项目

转载 作者:行者123 更新时间:2023-12-01 16:25:54 25 4
gpt4 key购买 nike

我在iOS应用中看到与React-native 0.19.0一起描述here的相同错误。

Error: undefined is not an object (evaluating \'RCTWebSocketManager.connect\')

我有一个现有项目,并按照 Integrating with Existing Apps文档中的步骤进行操作。现有问题的答案都没有对我有用。

我的Podfile与React Native文档中显示的示例完全一样:
pod 'React', :path => './node_modules/react-native', :subspecs => [
'Core',
'RCTImage',
'RCTNetwork',
'RCTText',
'RCTWebSocket'
]

pod install之后,我的Xcode项目中的Pod仅包含React Core库,而不包含子规范中列出的库。

为了使自己确信与Podfile中列出的其他依赖项没有冲突,我创建了一个全新的项目,按照文档中的步骤进行操作,并获得相同的结果。

任何有关下一步尝试的建议都将受到赞赏。

最佳答案

尝试更正node_modules路径。现在是'./node_modules/react-native'。尝试将其更改为“../node_modules/react-native”

希望这可以帮助

pod 'React', :path => '../node_modules/react-native', 
:subspecs => [ 'Core', 'RCTText', 'RCTNetwork', 'RCTWebSocket' ]

关于ios - React Native Podfile子规范未添加到项目,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35421830/

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