13.9 C
London
Friday, September 13, 2024

ios – Whereas putting in pod in React Native->> [!] Error putting in BoringSSL-GRPC- deadly: fetch-pack: invalid index-pack output


Beforehand It was working advantageous however all of the sudden bought this by pod set up after which it fails throughout BoringSSL-GRPC set up

Downloading dependencies
Putting in AppAuth (1.6.2)
Putting in BoringSSL-GRPC (0.0.24)

[!] Error putting in BoringSSL-GRPC
[!] /decide/homebrew/bin/git clone https://github.com/google/boringssl.git /var/folders/n7/tvr_7ghx2qb44bddwslr1jtr0000gn/T/d20231213-33169-ke5n0a –template=

Cloning into ‘/var/folders/n7/tvr_7ghx2qb44bddwslr1jtr0000gn/T/d20231213-33169-ke5n0a’…
error: RPC failed; curl 18 switch closed with excellent learn information remaining
error: 1317 bytes of physique are nonetheless anticipated
fetch-pack: sudden disconnect whereas studying sideband packet
deadly: early EOF
deadly: fetch-pack: invalid index-pack output

Right here is my podfile:

require_relative '../node_modules/react-native/scripts/react_native_pods'
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
  permissions_path="../node_modules/react-native-permissions/ios"

platform :ios, '13.5'

goal 'Mooner' do


  rn_maps_path="../node_modules/react-native-maps"
  pod 'react-native-google-maps', :path => rn_maps_path
  
  config = use_native_modules!

  use_react_native!(:path => config["reactNativePath"])



  pod 'RSCrashReporter', :modular_headers => true

  pod 'react-native-video', :path => '../node_modules/react-native-video'
 pod 'RNFBCrashlytics', :path => '../node_modules/@react-native-firebase/crashlytics'
  pod 'RNCAsyncStorage', :path => '../node_modules/@react-native-async-storage/async-storage'

  pod 'react-native-image-picker', :path => '../node_modules/react-native-image-picker'

  pod 'ReactNativeGetLocation', :path => '../node_modules/react-native-get-location'
  pod 'Permission-LocationAccuracy', :path => "#{permissions_path}/LocationAccuracy"
  pod 'Permission-LocationAlways', :path => "#{permissions_path}/LocationAlways"
  pod 'Permission-LocationWhenInUse', :path => "#{permissions_path}/LocationWhenInUse"
  pod 'Permission-Digital camera', :path => "#{permissions_path}/Digital camera"

  pod 'RNInAppBrowser', :path => '../node_modules/react-native-inappbrowser-reborn'

  pod 'RNFBAnalytics', :path => '../node_modules/@react-native-firebase/analytics'
  pod 'GoogleIDFASupport', '~> 3.14.0'
  pod 'react-native-immediate-phone-call', :path => '../node_modules/react-native-immediate-phone-call'

  pod 'RNGoogleSignin', :path => '../node_modules/@react-native-community/google-signin'

  pod 'rn-fetch-blob', :path => '../node_modules/rn-fetch-blob'
  pod 'Firebase', :modular_headers => true
  pod 'FirebaseCoreInternal', :modular_headers => true
  pod 'FirebaseSessions', :modular_headers => true
  pod 'FirebaseCore', :modular_headers => true
  pod 'FirebaseCoreExtension', :modular_headers => true
  pod 'FirebaseInstallations', :modular_headers => true
  pod 'GoogleDataTransport', :modular_headers => true
  pod 'nanopb', :modular_headers => true
  pod 'GoogleUtilities', :modular_headers => true
  goal 'MoonerTests' do
    inherit! :full
    # Pods for testing
  finish

  # Permits Flipper.
  #
  # Observe that when you've got use_frameworks! enabled, Flipper is not going to work and
  # it's best to disable these subsequent few strains.
 use_flipper!
def __apply_Xcode_14_3_RC_post_install_workaround(installer)
  installer.pods_project.targets.every do |goal|
    goal.build_configurations.every do |config|
      current_target = config.build_settings['IPHONEOS_DEPLOYMENT_TARGET']
      minimum_target="13.0"
      if current_target.to_f < minimum_target.to_f
        config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '13.0'
      finish
    finish
  finish
finish
finish

goal 'Mooner-tvOS' do
  # Pods for Mooner-tvOS

  goal 'Mooner-tvOSTests' do
    inherit! :search_paths
    # Pods for testing
  finish
finish
  • I attempted eradicating pods & podfile.lock & clear pods cache & xcode derived information even upgraded cocoapods model to 1.10.2 after which 1.14.3 (beforehand it was 1.9.1).

  • Additionally tried upgrading the Firebase sdks variations.

BUT STILL GOT NO SOLUTION

Latest news
Related news

LEAVE A REPLY

Please enter your comment!
Please enter your name here