Couldn't install Pods. Updating the Pods project and trying again...
Command pod install failed.
└─ Cause: The LibSignalClient pod failed to validate due to 1 error:
ERROR | [iOS] script_phases: Unrecognized option(s) always_out_of_date in script phase Download libsignal-ffi if not in cache. Available options are name, script, shell_path, input_files, output_files, input_file_lists, output_file_lists, show_env_vars_in_log, execution_position, dependency_file.
pod install --repo-update --ansi exited with non-zero code: 1
could you please help, i am using react native Expo
react-native-cli: 2.0.1
react-native: 0.73.4
expo SDK Version: "50.0.0"
my Podfile :
use_expo_modules! config = use_native_modules!
use_frameworks!
pod 'LibSignalClient', :git => 'https://github.com/signalapp/libsignal.git' pod 'SignalCoreKit', git: 'https://github.com/signalapp/SignalCoreKit.git' , :modular_headers => true ENV['LIBSIGNAL_FFI_PREBUILD_CHECKSUM'] = 'efa1ba4cef14c220714fbc657bd104b5c01df0b9e15a33836c112278150460d6'
Error while pod install :
Couldn't install Pods. Updating the Pods project and trying again... Command
pod install
failed. └─ Cause: TheLibSignalClient
pod failed to validate due to 1 error:always_out_of_date
in script phaseDownload libsignal-ffi if not in cache
. Available options arename, script, shell_path, input_files, output_files, input_file_lists, output_file_lists, show_env_vars_in_log, execution_position, dependency_file
.pod install --repo-update --ansi exited with non-zero code: 1
could you please help, i am using react native Expo react-native-cli: 2.0.1 react-native: 0.73.4 expo SDK Version: "50.0.0"