'folly/portability/Config.h' file not found
- Dominant language
- C++
- Stars
- 30.5k
- Forks
- 5.9k
- PR merge metrics
- No merged PRs in 30d
Description
My iOS Project Referenced Flipper-Folly and WeexSDK. I get the error `'folly/portability/Config.h' file not found` when compiling with the simulator or devices. If I remove the WeexSDK library, the error don't occurred. But WeexSDK don't use anything from Folly directly.
Develop Environment:Xcode + iOS
Cocoapods Dependency:Flipper-Folly、WeexSDK
```ruby
source 'https://github.com/CocoaPods/Specs.git'
platform:ios,'11.0'
target "NewProject" do
pod 'Flipper-Folly'
pod 'WeexSDK', '~> 0.30.0'
end
```
Error information: ~/NewProject/Pods/Flipper-Folly/folly/portability/Stdlib.h:21:10: 'folly/portability/Config.h' file not found
Reproducer:https://github.com/zhengmiaokai/RNDemo-Reproducer/blob/main/RNDemo/NewProject.zip
Contributor guide
Assessment
This issue has not been assessed yet.