upgrade-support icon indicating copy to clipboard operation
upgrade-support copied to clipboard

event.h:43:32: Use of undeclared identifier 'event' Flipperkit

Open Shivani8995 opened this issue 3 years ago • 0 comments

error lines

/Users/{user}/workspace/myProjectName/ios/Pods/Headers/Public/Flipper-Folly/folly/portability/event.h:43:32: Use of undeclared identifier 'event' /Users/{user}/workspace/myProjectName/ios/Pods/Headers/Public/Flipper-Folly/folly/io/async/EventUtil.h:55:1: Member access into incomplete type 'struct event' /Users/{user}/workspace/myProjectName/ios/Pods/Headers/Public/Flipper-Folly/folly/io/async/EventUtil.h:55:1: Member access into incomplete type 'const struct event'

Environment

Things I’ve done to figure out my issue

Upgrading version

Description

Reproducible demo

I created new project using react-native init myProjectName --version 0.63.3 then I got ios and install pods then open workspace file and run from xcode version 13.3

Shivani8995 avatar Jul 10 '22 13:07 Shivani8995