文章目錄
- 一、前言
- 三、拓展閱讀
一、前言
Jenkins
組包RN技術棧實現的iOS應用時,遇到以下錯誤提示信息:
error: no type or protocol named ‘RCTBridgeModule’
@interface RCTEventDispatcher : NSObject <RCTBridgeModule>error: cannot find interface declaration for 'RCTBridge'
@interface RCTBridge (RCTEventDispatcher)
初步懷疑是依賴包缺失導致,通過將之前的備份依賴包替換至現有項目中,問題得以解決😂。
三、拓展閱讀
- 《ReactNative進階(四十三)ios組包報錯getaddrinfo ENOTFOUND static.realm.io問題修復》