signalapp / libsignal

Home to the Signal Protocol as well as other cryptographic primitives which make Signal possible.
GNU Affero General Public License v3.0
3.05k stars 359 forks source link

script_phases: Unrecognized option(s) `always_out_of_date` in script phase `Download libsignal-ffi if not in cache` #573

Closed amirvatani closed 1 month ago

amirvatani commented 2 months ago

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: The LibSignalClient pod failed to validate due to 1 error:

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"

Screenshot 2024-05-06 at 15 17 59
jrose-signal commented 2 months ago

You'll need a newer version of CocoaPods that understands that option. Sorry for the inconvenience!

amirvatani commented 1 month ago

@jrose-signal 🙏🏻 Thanks