timer-live-activity
timer-live-activity copied to clipboard
Build Error on Xcode 15.4
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

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