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
{{ message }}
This repository was archived by the owner on Feb 20, 2023. It is now read-only.
请问下,RN项目里集成了react-native-wechat后,ios端编译时报RCTWeChat里的React/RCTBridgeModule.h file not found,我在Build Setting里的Header Search Paths 加上了$(SRCROOT)/../node_modules/react-native/React recursive 路径并且清除了缓存,还是报这个错,求解,谢谢。
我这边有两个项目是集成了react-native-wechat,一个项目是之前的同事集成的,可以正常运行,另外一个项目就是我来集成的,按照网上的教程一步步操作的(https://www.jianshu.com/p/6a792118fae4),安卓端的微信支付可以正常运行,苹果端编译时就报上面的错了,所以无法继续往下执行,尝试了许多方式都无法解决,请大家支支招,谢谢先了。