You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
react-native version: 0.62.0
aurora-imui-react-native version: 0.14.0
手动添加后run-ios 失败、项目跑不起来
当unlink后、Invariant Violation: requireNativeComponent: "RCTMessageListView" was not found in the UIManager.
不知有如何解决
In file included from /Users/ihk.xtb/reactNativeCode/apptest/node_modules/aurora-imui-react-native/ReactNative/ios/RCTAuroraIMUI/RCTInputView.m:9:
/Users/ihk.xtb/reactNativeCode/apptest/node_modules/aurora-imui-react-native/ReactNative/ios/RCTAuroraIMUI/RCTInputView.h:12:9: fatal error: 'React/RCTComponent.h' file not found
#import <React/RCTComponent.h>
^~~~~~~~~~~~~~~~~~~~~~
Activity
jeromehan commentedon Dec 11, 2019
修改图中2处,把lReact lWebSocket链接库干掉。因为直接引入Pods Headers就不需要配置other Link了
主项目引入相关库就完美了。
cnpmge commentedon Jan 9, 2020
你的图都看不到了,能单独发我一份吗?
SteveChina commentedon Jan 9, 2020
点击查看图片是可以看到的。
SteveChina commentedon Jan 9, 2020
非常感谢!最近在做其他项目,还没有验证,验证后再反馈验证结果。
SteveChina commentedon Jan 9, 2020
本人还没有验证该方法,验证后请反馈一下验证结果给大家,谢谢!
cnpmge commentedon Jan 9, 2020
谢谢你,我已经运行成功了,非常感谢
liumin007 commentedon Jan 9, 2020
主项目引入相关库就完美了。 卡在这一步,这两个frameWork保存在哪里的,项目里没有啊
jeromehan commentedon Jan 9, 2020
手动引入的aurora-imui
jeromehan commentedon Jan 9, 2020
引入之后,点击加号
cnpmge commentedon Jan 9, 2020
项目下的Libraries引入添加RCTAuroraIMUI.xcodeproj,然后再添加就有了
liumin007 commentedon Jan 9, 2020
cocoapods导入的咋弄呢
cnpmge commentedon Jan 9, 2020
删了,然后手动不就行了,而且cocopods应该警告你没有这个库吧
liumin007 commentedon Jan 9, 2020
对啊,这个东西只能手动是吧
2 remaining items
SteveChina commentedon Feb 23, 2020
Great!
whytimber commentedon Mar 4, 2020
能上传一下demo吗
yz1311 commentedon Aug 1, 2020
@jeromehan 谢谢,差点放弃了,这个库真是坑死人了,0.62及以上的版本还要注意,移除掉Flipper相关代码,不然会报错
search110 commentedon Aug 3, 2020
react-native version: 0.62.0
aurora-imui-react-native version: 0.14.0
手动添加后run-ios 失败、项目跑不起来
当unlink后、Invariant Violation: requireNativeComponent: "RCTMessageListView" was not found in the UIManager.
不知有如何解决
HHuiHao commentedon Aug 13, 2020
0.62以上,除了修改上述配置外,移除掉Flipper相关代码,就能run成功啦!
1、注释掉Podfile里的:
2、注释掉AppDelegate.m里的相关'Flipper'代码
magiclove commentedon Aug 14, 2020
我按照上面的操作会报如下错误
react-native version: 0.63.2
aurora-imui-react-native version: 0.10.5
In file included from /Users/ihk.xtb/reactNativeCode/apptest/node_modules/aurora-imui-react-native/ReactNative/ios/RCTAuroraIMUI/RCTInputView.m:9:
/Users/ihk.xtb/reactNativeCode/apptest/node_modules/aurora-imui-react-native/ReactNative/ios/RCTAuroraIMUI/RCTInputView.h:12:9: fatal error: 'React/RCTComponent.h' file not found
#import <React/RCTComponent.h>
^~~~~~~~~~~~~~~~~~~~~~
zjz1993 commentedon Sep 1, 2020
没成功的同学可以看我这边


react-native:0.61.2
aurora-imui-react-native 0.14.0
配置如下图所示
亲测可build成功
qq1052504303 commentedon May 16, 2021
图片的软件是什么呀,找不到该图片
SteveChina commentedon May 17, 2021
xcode
BeMxself commentedon Feb 22, 2022
xcode13下按照这个方法编译不过