Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'folly/portability/Config.h' file not found #2160

Open
zhengmiaokai opened this issue Mar 12, 2024 · 0 comments
Open

'folly/portability/Config.h' file not found #2160

zhengmiaokai opened this issue Mar 12, 2024 · 0 comments

Comments

@zhengmiaokai
Copy link

zhengmiaokai commented Mar 12, 2024

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

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
Error_info

Reproducer:https://github.com/zhengmiaokai/RNDemo-Reproducer/blob/main/RNDemo/NewProject.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant