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.08k stars 362 forks source link

Not build archive - Invalid value (Producer: 'LLVM13.0.0-rust-1.57.0-nightly' Reader: 'LLVM APPLE_1_1300.0.29.3_0') for architecture arm64 #437

Closed ivanking87 closed 1 year ago

ivanking87 commented 2 years ago

When I want create Archive deploy I have this error from SignalClient lib Invalid value (Producer: 'LLVM13.0.0-rust-1.57.0-nightly' Reader: 'LLVM APPLE_1_1300.0.29.3_0') for architecture arm64

jrose-signal commented 2 years ago

How are you trying to build your app? The usual way we build the iOS app uses prebuilt artifacts in the Signal-Pods repo, though those artifacts are still built through pod install (just in a more controlled environment).