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.55k stars 415 forks source link

Unable to find a specification for `SignalCoreKit` depended upon by `SignalClient` #363

Closed dangell7 closed 3 years ago

dangell7 commented 3 years ago

Getting this error when install the pod...

Unable to find a specification forSignalCoreKitdepended upon bySignalClient`

Had to add the rust and cargo repos first, maybe I did something wrong?

jrose-signal commented 3 years ago

I'm assuming you figured it out, but SignalCoreKit isn't in the general CocoaPods registry; you have to reference it directly as well from https://github.com/signalapp/SignalCoreKit.

dangell7 commented 3 years ago

No I didn't. I got the local package working then realized I can't use that either as the podspec is in the wrong directory. but that's for the public pod so I understand.

When you say "reference it directly" you mean add it to the podfile?

jrose-signal commented 3 years ago

Yeah, that seems to be the only real option for "I depend on something else packaged as a pod but not part of any registry".

dangell7 commented 3 years ago

That worked! Thank you so much!