Skip to content
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
@krmao

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions