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
I'm getting the following error when trying to build to IOS, everything works great on Android.
Using React Native 0.41.2, PDF View ^0.3.2.
Duplicate interface definition for class 'RCTBridge'
In file included from /node_modules/react-native-pdf-view/RNPDFView/RNPDFViewManager.m:11:
In file included from /node_modules/react-native-pdf-view/RNPDFView/RNPDFViewManager.h:9:
In file included from ../react-native/React/Views/RCTViewManager.h:15: /react-native/React/Base/RCTEventDispatcher.h:12:9:
In file included from /Library/Developer/Xcode/DerivedData/App-ckzthjkwdguomaavfzoksbbpuojh/Build/Products/Debug-iphoneos/include/React/RCTEventDispatcher.h:12:
/react-native/React/Base/RCTBridge.h:65:12: Previous definition is here
There are additional errors but they all appear to stem from (or be similar to) this one, so I've only included this one. A quick look around brings up this, which might be useful?
The text was updated successfully, but these errors were encountered:
I'm getting the following error when trying to build to IOS, everything works great on Android.
Using React Native
0.41.2
, PDF View^0.3.2
.There are additional errors but they all appear to stem from (or be similar to) this one, so I've only included this one. A quick look around brings up this, which might be useful?
The text was updated successfully, but these errors were encountered: