Is this a bug report?
react-native/node_modules/react-native/React/Base/RCTTVRemoteHandler.m:25:9: fatal error: 'RCTDevMenu.h' file not found
#import "RCTDevMenu.h"
^~~~~~~~~~~~~~
1 error generated.
(Write your answer here.)
Environment
react-native -v:0.48.3
node -v:v8.2.1
npm -v:5.4.1
yarn --version:0.23.4
Then, specify:
- Development Operating System:Mac os 10.12.6
Steps to Reproduce
(Write your steps here:)
- pod install
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
inhibit_all_warnings!
target "RNOC" do
pod 'Yoga', :path => '../react-native/node_modules/react-native/ReactCommon/yoga'
pod 'React', :path => '../react-native/node_modules/react-native', :subspecs => [
'RCTImage',
'RCTNetwork',
'RCTText',
'RCTWebSocket',
添加其他你想在工程中使用的依赖。
]
end
- run~
Expected Behavior
(Write what you thought would happen.)
Actual Behavior
(Write what happened. Add screenshots!)
Reproducible Demo
(Paste the link to an example project and exact instructions to reproduce the issue.)
Is this a bug report?
react-native/node_modules/react-native/React/Base/RCTTVRemoteHandler.m:25:9: fatal error: 'RCTDevMenu.h' file not found
#import "RCTDevMenu.h"
^~~~~~~~~~~~~~
1 error generated.
Have you read the Contributing Guidelines?
(Write your answer here.)
Environment
react-native -v:0.48.3node -v:v8.2.1npm -v:5.4.1yarn --version:0.23.4Then, specify:
Steps to Reproduce
(Write your steps here:)
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
inhibit_all_warnings!
target "RNOC" do
pod 'Yoga', :path => '../react-native/node_modules/react-native/ReactCommon/yoga'
pod 'React', :path => '../react-native/node_modules/react-native', :subspecs => [
'RCTImage',
'RCTNetwork',
'RCTText',
'RCTWebSocket',
添加其他你想在工程中使用的依赖。
]
end
Expected Behavior
(Write what you thought would happen.)
Actual Behavior
(Write what happened. Add screenshots!)
Reproducible Demo
(Paste the link to an example project and exact instructions to reproduce the issue.)