-
Notifications
You must be signed in to change notification settings - Fork 25.1k
Description
algorithm file not found in 'Yoga-internal.h'
- I have followed the documentation
Environment
OS: macOS High Sierra 10.13.3
Node: 9.8.0
Yarn: 1.5.1
npm: 5.6.0
Watchman: 4.9.0
Xcode: Xcode 9.2 Build version 9C40b
Android Studio: 2.3 AI-162.4069837
Packages: (wanted => installed)
react: 16.3.0-alpha.1 => 16.3.0-alpha.1
react-native: ^0.54.2 => 0.54.2
Steps to Reproduce (from {ROOT})
cd jsyarn add react-nativecd ../pod install: dependecies installed √- try to build my app but it doesn't work X
I've also tried to remove "Pods" directory and "Podfile.lock" and retry
Podfile
I have "node_modules" on a directory called {ROOT}/js
....
pod 'React', :path => 'js/node_modules/react-native', :subspecs => [
'Core',
'CxxBridge',
'DevSupport',
'RCTText',
'RCTNetwork',
'RCTWebSocket',
]
pod "yoga", :path => "js/node_modules/react-native/ReactCommon/yoga"
pod 'DoubleConversion', :podspec => 'js/node_modules/react-native/third-party-podspecs/DoubleConversion.podspec'
pod 'glog', :podspec => 'js/node_modules/react-native/third-party-podspecs/GLog.podspec'
pod 'Folly', :podspec => 'js/node_modules/react-native/third-party-podspecs/Folly.podspec'
...