This repository has been archived by the owner on Nov 22, 2024. It is now read-only.
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.
macos 14.3.1 xcode 15.3 'facebook::flipper::SocketCertificateProvider' (aka 'int') is not a function or function pointer #5500
Closed
Description
🐛 Bug Report
after upgrade macos to 14.3.1, and xcode to 15.3, xcode build react native 0.72.4 with error
Called object type 'facebook::flipper::SocketCertificateProvider' (aka 'int') is not a function or function pointer
also have a apple bug report https://forums.developer.apple.com/forums/thread/747552
To Reproduce
upgrade macos to 14.3.1
upgrade xcode to 15.3
xcode build react-native 0.72.4 project
Environment
macos 14.3.1
xcode 15.3
react-native 0.72.4
Quick Fix
midify FlipperTransportTypes.h and add bellow code to line 11
#include <functional>
Metadata
Assignees
Labels
No labels