iosxcodereact-nativeflipper

Build Error on Xcode 15.3: "Called object type 'facebook::flipper::SocketCertificateProvider' is not a function or function pointer"


I recently updated my Xcode to version 15.3 and encountered an issue while trying to build my React Native app on the simulator. The error message I'm receiving is:

"Called object type 'facebook::flipper::SocketCertificateProvider' is not a function or function pointer."

My react-native version is 0.71.8

Could someone please advise on how to resolve this error and successfully build my React Native app on Xcode 15.3? Any insights or suggestions would be greatly appreciated.

enter image description here


Solution

  • The solution to this error.....

    https://github.com/facebook/react-native/issues/43335#issuecomment-1980285308

    update...

    1- from project navigator search about ==> FlipperTransportTypes

    2- add this import ==> #include "functional"

    3- save file and run again