build fails
fatal error: 'CodePush.h' file not
found
#import "CodePush.h"
^
1 error generated.
** BUILD FAILED **
(The more info the faster we will be able to address it!)
after,
react-native link react-native-code-push
react-native run-ios
builds fail with this error
fatal error: 'CodePush.h' file not
found
#import "CodePush.h"
^
1 error generated.
** BUILD FAILED **
I don't know why, but react-native link does not perfectly do the linking job. It inserted the code, but didn't do linking. So i have done as mentioned in the manual installation flow.


but still, having this error
never mind, i added in the test path :(
@devhyunjae I'm getting this error. How did you resolve it?
Most helpful comment
@devhyunjae I'm getting this error. How did you resolve it?