After upgrading to Xcode 15.3, I am recieving an error (Called object type 'facebook:🐬 :SocketCertificateProvider' (aka 'int') is not a function or function pointer). Has anyone found a fix for this.
Thanks
After upgrading to Xcode 15.3, I am recieving an error (Called object type 'facebook:🐬 :SocketCertificateProvider' (aka 'int') is not a function or function pointer). Has anyone found a fix for this.
Thanks
there is a quick fix here
add #include <functional> to Pods/Flipper/FlipperTransportTypes
this is the issue commit by me https://github.com/facebook/flipper/issues/5500