Called object type ‘facebook::flipper::SocketEventHandler’ (aka ‘int’) is not a function or function pointer
/Users/apple/Desktop/vipul/app/onPurpose/ios/Pods/Headers/Private/Flipper/FlipperTransportTypes.h:29:14 No template named ‘function’ in namespace ‘std’
getting error for FlipperKit
When create a build getting error
how to resolve this error
2
Answers
I was able to find temp fix with adding
Edit: can confirm flipper repo has this patch facebook/flipper@b3dcdb8 If you want change in pod file so use
Modify FlipperTransportTypes.h and add bellow code to line 9
If you still want to use flipper, then modify your Podfile & add this to your post_install.