-
Notifications
You must be signed in to change notification settings - Fork 959
macos 14.3.1 xcode 15.3 'facebook::flipper::SocketCertificateProvider' (aka 'int') is not a function or function pointer #5500
Comments
Same issue |
Hi there, I believe this issue is already fixed, since this commit is already on main (I can see this import in the newest release of Flipper as well). |
thanks, now we can't use 0.248.0 #5486
|
there is so many errors @tboba https://github.com/facebook/flipper/actions/workflows/publish-pods.yml |
@krmao Looks like Xcode has some issues with compiling the library. Unfortunately I can't do much, since I'm not the maintainer of Flipper 😅 But I see that there are issues with publishing it, since 0.233.0 version - https://cocoapods.org/pods/Flipper |
Thanks for the reply, @tboba. Now I found a valid fix. Happy coding! facebook/react-native#43335 (comment) |
We also solved by adding this into Podfile. You don't need to apply this fix every time
|
🐛 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
The text was updated successfully, but these errors were encountered: