-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Fixed & Shipped in latest releases] Upgrading Xcode to 15.3 results in build error - Called object type 'facebook::flipper::SocketCertificateProvider' (aka 'int') is not a function or function pointer
#43335
Comments
|
same |
ENV |
I think it`s because flipper. If you are using flipper, i dont know what to do but if not, delete |
Facing same issue |
I was able to find temp fix with adding Edit: can confirm flipper repo has this patch facebook/flipper@b3dcdb8 |
I have the same problem |
The most recent RN Podfiles use the environment variable NO_FLIPPER. I did |
Same issue |
same here |
1 similar comment
same here |
Exact same here. An here my solution: It should look like: `use_react_native!( )` run pod install Works with my new Test and existing Project |
Facing same issue Fixed on M1 machine by next steps:
The following link may be helpful |
If you still want to use flipper you can add this to your post_install
|
Hi everyone! Thanks for reporting the issue. The fix for flipper has been shipped in Flipper 0.248.0, as mentioned here, but Flipper has not been released to Cocoapods since version 0.233.0. The workaround, for the time being, is to disable Flipper. We are working toward bringing in the fix highlighted here to 0.73.5 and we will backport the fix at least to the React Native versions in the supported window. |
Called object type 'facebook::flipper::SocketCertificateProvider' (aka 'int') is not a function or function pointer
comment the |
thank you very much, i have solved it |
This is because it's no longer supported and removed from newer version of RN: facebook/react-native#43335 (comment)
Thanks, this fixed the issue. |
Thanks for help, just note I get the following error: Just need to add:
|
Thanks! It works for me. (XCode 15.4, RN 0.72.4,Ruby 2.7.5) |
Vir created a workaround to this error: facebook/react-native#43335 I fixed it the right way by upgrading react native
add pod post install script to include required import see more facebook/flipper@b3dcdb8 facebook/react-native#43335 (comment) NOTE: to install ios pods run `yarn pod:install`. It will execute ` bundle exec pod install --project-directory=ios` within the project root directory. Running `pod install` inside `ios` folder will error out
add pod post install script to include required import see more facebook/flipper@b3dcdb8 facebook/react-native#43335 (comment) NOTE: to install ios pods run `yarn pod:install`. It will execute ` bundle exec pod install --project-directory=ios` within the project root directory. Running `pod install` inside `ios` folder will error out
## Background (Why?) To update the repo to the latest version of the Camera Kit SDK - 1.34.0 ## Change/Solution (What?) - SDK version update - Disabled Flipper per recommendation in facebook/react-native#43335 ## Screenshots for any visual changes N/A ## Test Plans Manually validated on iOS and Android device
Thanks, it's works for me |
MacBook-Pro MyDome700 % npx react-native info |
Disabling it solved my problem for now. thanks @cipolleschi |
Fixes #775 This PR fixes the configuration of `test-apps/react-native-73`. Two things changed: - get rid of Flipper as suggested in facebook/react-native#43335 - force added `launch.json`, which was git ignored by `.gitignore` in `radon-ide` root, imo it makes sense to merge it as this is project specific config, and this is the suggested approach in our docs: https://ide.swmansion.com/docs/guides/configuration#creating-configuration-file ### How Has This Been Tested: - open `test-apps/react-native-73` using Radon IDE
Fixes #775 This PR fixes the configuration of `test-apps/react-native-73`. Two things changed: - get rid of Flipper as suggested in facebook/react-native#43335 - force added `launch.json`, which was git ignored by `.gitignore` in `radon-ide` root, imo it makes sense to merge it as this is project specific config, and this is the suggested approach in our docs: https://ide.swmansion.com/docs/guides/configuration#creating-configuration-file ### How Has This Been Tested: - open `test-apps/react-native-73` using Radon IDE
Fixes #775 This PR fixes the configuration of `test-apps/react-native-73`. Two things changed: - get rid of Flipper as suggested in facebook/react-native#43335 - force added `launch.json`, which was git ignored by `.gitignore` in `radon-ide` root, imo it makes sense to merge it as this is project specific config, and this is the suggested approach in our docs: https://ide.swmansion.com/docs/guides/configuration#creating-configuration-file ### How Has This Been Tested: - open `test-apps/react-native-73` using Radon IDE
Important
The latest official update from the React Native Team is available here
Description
Called object type 'facebook::flipper::SocketCertificateProvider' (aka 'int') is not a function or function pointer
Steps to reproduce
run
React Native Version
0.73.5
Affected Platforms
Runtime - iOS
Output of
npx react-native info
Stacktrace or Logs
Reproducer
not
Screenshots and Videos
No response
The text was updated successfully, but these errors were encountered: