-
Notifications
You must be signed in to change notification settings - Fork 955
FlipperKit cocoapod versions missing for latest releases (0.176.0, 0.176.1 & 0.177.0) #4382
Comments
@Gerlison Wait... You can only use the newest versions of flipper (e.g. 0.176.1) on older react-native (less than 0.69.0)? 😕 |
This also seems to disagree with the statement above it on that page:
|
@liamjones I just tried to install the newest version (0.176.1) on my project. Updated package.json and Podfile to that version. When I tried to Didnt build the ios to try it yet, actualy. But solved the issue of installing the pods for me. |
Seeing the same problem. Sticking with 0.175.0 |
Same issue on my side. Running React Native 0.70.6 and Flipper 0.176.1 for iOS / Android. Android runs fine, no warnings, but iOS has the warning even with running the usual I wonder why https://cocoapods.org/pods/FlipperKit doesn't have the 0.176.1 version pushed to it? Copy of the warning:
For what it's worth, Flipper still works fine despite the warning 🤷 |
@markholland @kepop1 Despite this is only a warning and android is working fine, I faced some errors on iOS when using a version greater than 0.159.0. The main problem was the Network plugin. It stopped working on iOS. After I downgraded back to 0.159.0, the plugin was fixed. If that doesn't apply to your projetcts, it's fine then. :) |
Any updates on this? Are the latest supported version of Flipper for React-Native v.0.159.0? |
Same issue for me, 0.176.0 is founded by Cocoapods but not the most recent updates. EDIT: regarding the version number specidied for RN, there must be a typo as the maximum version for RN<=0.69 is 0.162.0 and you need RN 0.70+ for latest versions |
The CocoaPods publishing has failed for the last few versions (here), each of them after six (!) hours of trying. |
This is still an issue. There is no documentation showing this and finding why its not working is tricky and time consuming. Additionally 0.176.0 is not present. The latest package present is 0.175.0. |
Was a header removed by mistake?
|
Sorry about this, looking into it now. |
Problem has been identified, a fix will be provided very shortly. |
Fantastic thank you |
What is the status on this? I am yet seeing this in the newest version 0.190.0 :( |
Still facing the same issue in 0.190.0 |
Any update on version 0.190.0? Looks like there was a failed deployment two weeks ago. |
the same here for 0.190.0 |
same problem 0.190.0 |
Version 0.191.0 was just released 2 hours ago.. but same issue with the pods.. it failed to publish flipper pod |
same |
the same here for both 0.190.0 and 0.238.0. React-native version 0.70.13 |
someone still facing this with 0.201 ? |
yes
yes |
Is there any updates or workaround for this? I am starting out with RN and stuck on this error. would really apreciate help. Thanks! |
After updating my xcode I had the same problem using version 0.125.0. Searching other topics, I found one that worked for me, I hope it helps: |
This still happens to me |
I had the same issue with 0.201, you can try updating your pods. This resolved issue for me Flipper deprecated moving forward |
@sachittt , You saved my time! |
@stargt , I tried but none of them is working. |
I am also getting this error on the latest version of xcode 15.3 (15E204a) |
@Gopinath-22-PS Yeah, it was my misunderstanding, I've finally disabled Flipper after I found an article that says Flipper is about to be deprecated. |
@owencraston try adding #include in ios/Pods/Flipper/xplat/Flipper/FlipperTransportTypes.h |
Yeah, thanks @sachittt it's working fine. Is this issue fixed in new RN version? |
@abhibhat33 Looks like it's fixed in these versions: |
🐛 Bug Report
I was following the docs to update an RN app to use the latest version of Flipper: https://fbflipper.com/docs/getting-started/react-native/#using-the-latest-flipper-sdk
The docs list 0.176.1 in the instructions as the latest version, which is correct. However, while the maven artifact exists for 0.176.1, the FlipperKit cocoapod does not: https://cocoapods.org/pods/FlipperKit
To Reproduce
Set Flipper to 0.176.1 in an RN project:
Environment
RN 0.69.7
Flipper 0.176.1
Edit: also applies to the newly released 0.177.0
The text was updated successfully, but these errors were encountered: