timer-live-activity icon indicating copy to clipboard operation
timer-live-activity copied to clipboard

Build Error on Xcode 15.4

Open punkundermyskin opened this issue 1 year ago • 1 comments

While building the project on Xcode 15.3, I encountered this error: Called object type 'facebook::flipper::SocketCertificateProvider' is not a function or function pointer

Steps to Reproduce

  • Clone the repository
  • Run npm install to install the dependencies
  • Run npx pod-install to install the Pods for the iOS project
  • Run npm run ios to start the application
  • Open the project in Xcode 15.3.
  • Build the project.

Environment

Xcode Version: 15.3 macOS Version: macOS 14.3

Screenshot

punkundermyskin avatar Dec 04 '24 15:12 punkundermyskin

this solution seems to work for me https://stackoverflow.com/a/78319900

punkundermyskin avatar Dec 04 '24 15:12 punkundermyskin