Update Xcode 13.3 leads to RSockets deprecated warning
See original GitHub issueš Bug Report
After updating Xcode to 13.3 I started getting this warning:
RSockets are being deprecated at Flipper. Please, use the latest Flipper client in your app to migrate to WebSockets
Environment
iOS Simulator v15.4 Flipper desktop: 0.139.0 react-native-flipper version: 0.138.0 macOS: 12.3 Xcode 13.3
Issue Analytics
- State:
- Created 2 years ago
- Reactions:10
- Comments:15 (3 by maintainers)
Top Results From Across the Web
Why am I not getting deprecation warnings for UIAlertView?
I have an old iOS project that I'm updating. It uses UIAlertView a lot, which was deprecated in iOS 9, but I'm not...
Read more >PhaseScriptExecution [CP-User] error in React Native
This warning means that you are trying to deploy on a version that is not supported by Xcode anymore. Your react native package...
Read more >iOS : deprecated warnings in xcode and how to handle ...
iOS : deprecated warnings in xcode and how to handle deprecation [ Beautify Your Computer : https://www.hows.tech/p/recommended.html ] iOSĀ ...
Read more >https://ewserver.di.unimi.it/gitlab/public_accessi...
n\\)*\\$FlowExpectedError + +[lints] +sketchy-null-number=warn ... DS_Store + +# Xcode +# +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3Ā ...
Read more >[opensuse-factory] New Tumbleweed snapshot 20170924 ...
Remove binutils-2.29-gold-mips.patch, obsolete by the update. ... Rename libebl1 to libebl-plugins as these are not linked, but dlopened using theirĀ ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Same issue here.
Iām using the latest Flipper desktop and client, but still, it shows the deprecation warning.
For a few releases now, iOS and Android clients already have web-socket-only support. If you see the deprecation warning, please update those apps.
Bear in mind, even if thereās a warning, a connection should be established and Flipper should be usable.