'event2/event-config.h' file not found code example
Example 1: event-config.h file not found
Update your Podfile:
use_flipper!({ 'Flipper-Folly' => '2.3.0' }) # update this part
post_install do |installer|
flipper_post_install(installer)
end
Example 2: 'event2/event-config.h' file not found
just comment below lines in your Podfile to see the magic
use_flipper!
post_install do |installer|
flipper_post_install(installer)
end