facebook/flipper

Question: How to download latest `react-native-flipper` package. Latest available on NPM is an outdated `0.212.0`

anton-patrushev opened this issue · 8 comments

At the current moment, there is only a 0.212.0 available package on the npm. While the latest release in GitHub is a 0.249.0.

Why it's happening in that way? And how we are supposed to download and install the latest react-native-flipper version for a node-like project (like a React Native app)?

and I also cannot install Flipper: 0.249.0 iOS Pod since it fails with this error:

[!] CocoaPods could not find compatible versions for pod "FlipperKit/FBDefines":
  In Podfile:
    FlipperKit/FBDefines (= 0.249.0)

I heard the Flipper Pod was also not released for a long period of time to CocoaPods repo. The latest one there is 0.233.0

I'm facing the same issue.

I thought (and maybe improperly) that Flipper being removed from RN would still work in some capacity, but it went extremely quick from being front-center in React Native to being broken in latest.

The latest versions missing from pods, npm, and actions failing don't seem to help.

You were wonderful for the time we had Flipper, but it seems the hand is being forced. Its time to leave you.

Came here looking for a fix for Xcode 15.3 after flipper stopped compiling. There is a fix in main, but no release that will work with React Native.

The latest release of Cocoapods is 0.233.0 based on:

flipperkit_version = '0.233.0'

Unfortunately, it is not compatible with current stable versions of React Native due to different versions of SocketRocket (RN 0.73.x depends on 0.6.1 and FlipperKit depends on 0.7.0). It also doesn't fix the incompatibility with Xcode 15.3.

All of sudden yesterday I have been facing a similar problem..was working fine the whole day and then at night I started seeing this and havent been able to get passed it since..is this related
The following build commands failed

The following build commands failed: CompileC /Users/bryanbethea/Library/Developer/Xcode/DerivedData/swatkey-dwuknkcobzwkzifduyxkiptghfrm/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/Objects-normal/arm64/FlipperPlatformWebSocket.o /Users/bryanbethea/Desktop/teamwork-mobile-iosworksupgrade/ios/Pods/FlipperKit/iOS/FlipperKit/FlipperPlatformWebSocket.mm normal arm64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'FlipperKit' from project 'Pods') (1 failure)

@bryan-bethea I'm getting the same issue. Can anyone help in this?

All of sudden yesterday I have been facing a similar problem..was working fine the whole day and then at night I started seeing this and havent been able to get passed it since..is this related The following build commands failed

The following build commands failed: CompileC /Users/bryanbethea/Library/Developer/Xcode/DerivedData/swatkey-dwuknkcobzwkzifduyxkiptghfrm/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/Objects-normal/arm64/FlipperPlatformWebSocket.o /Users/bryanbethea/Desktop/teamwork-mobile-iosworksupgrade/ios/Pods/FlipperKit/iOS/FlipperKit/FlipperPlatformWebSocket.mm normal arm64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'FlipperKit' from project 'Pods') (1 failure)

EXACT same issue

@bryan-bethea @Gopinath-22-PS @emincer

I was getting the same error after being on vacation for a week and seeing xcode had updated itself.

I downloaded xcode 15.2 from https://xcodereleases.com/ and un-archived it. (I didnt install it in the Applications folder though)

I closed xcode 15.3, and reopened it, and then went to settings -> locations. Then under command line tools, XCode 15.2 was available in the dropdown, so I selected it.

I deleted my derived data, pods, and podfile.lock. Then re-ran pod install. After that, I was able to build my app again

so is the only solution here to remove Flipper entirely?