Skip to content

algorithm file not found in 'Yoga-internal.h' #18504

@matteocollina

Description

@matteocollina

algorithm file not found in 'Yoga-internal.h'

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 js
  • yarn add react-native
  • cd ../
  • 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'
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions