You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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
The text was updated successfully, but these errors were encountered: