You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Thu, Jun 20, 2019 at 2:25 PM Ghaïs Bensafia ***@***.***> wrote:
Hello :)
I recently tried to install Mockit via CocoaPods with the following line :
pod 'Mockit', '1.5.0'
Unfortunately, I get the : None of your spec sources contain a spec
satisfying the dependency: Mockit (= 1.5.0) error.
When I go to cocoa pods, the latest version is the 1.4.0 with a
compilation error on MockMatcher line 33 (use public instead of open).
I will go with manual installation for now but it would be great if the
latest version of the library could be available on Cocoapods for CI :)
Thanks in advance !
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#23?email_source=notifications&email_token=ACRVYGBOCBYAK3GP6HBWMSTP3M5HFA5CNFSM4HZQWCMKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4G2S7MNA>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACRVYGEAOR3RDKDHAIXKWGTP3M5HFANCNFSM4HZQWCMA>
.
Hello :)
I recently tried to install Mockit via CocoaPods with the following line :
pod 'Mockit', '1.5.0'
Unfortunately, I get the : None of your spec sources contain a spec satisfying the dependency:
Mockit (= 1.5.0)
error.When I go to cocoa pods, the latest version is the 1.4.0 with a compilation error on MockMatcher line 33 (use public instead of open).
I will go with manual installation for now but it would be great if the latest version of the library could be available on Cocoapods for CI :)
Thanks in advance !
The text was updated successfully, but these errors were encountered: