-
Notifications
You must be signed in to change notification settings - Fork 119
Open
Description
...assuming I'm following them correctly. (using react-native 0.60.0)
A) As soon as I:
- open
./ios/app.xcodeprojwith Xcode, - copy
ART.xcodeprojfromnode_modules/react-native/Libraries/ART/into Xcode'sapp/Libraries - select
appunderTARGETS, tab over to Build Phases > expand Link Binary With Libraries add (+)libART.a
I get a build error when I run react-native run-ios. (See below)
other steps taken:
B) When I then:
- run
npm install react-native-barcode-builder --save
C) When I then use any order/combination of
react-native linkcd ios && pod install
I get the same build errors every step of the way:
`In file included from ./node_modules/react-native/Libraries/ART/ViewManagers/ARTSurfaceViewManager.m:8:
./node_modules/react-native/Libraries/ART/ViewManagers/ARTSurfaceViewManager.h:8:9: fatal error: 'React/RCTViewManager.h' file not found
#import <React/RCTViewManager.h>`
I'm not sure where to begin with this. Any help would be greatly appreciated!!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels