[!] Unable to find a specification for `Toast-Swift (~> 2.0.0)`

Issue #3 resolved
Heikki created an issue

Hi, I am following the installing steps and getting this:

$ pod install
Analyzing dependencies
Pre-downloading: `Movesense` from `ssh://git@altssh.bitbucket.org:443/suunto/movesense-mobile-lib.git`
Pre-downloading: `SwiftCharts` from `https://github.com/i-schuetz/SwiftCharts.git`, branch `master`
[!] Unable to find a specification for `Toast-Swift (~> 2.0.0)`

Should this be something included or should I install it myself?

all the best, -H

Comments (5)

  1. Timo Eriksson

    Could you please check that the build system versions aligned with the following:

    xcodebuild -version
    Xcode 8.2.1
    Build version 8C1002
    $ swiftc --version
    Apple Swift version 3.0.2 (swiftlang-800.0.63 clang-800.0.42.1)
    Target: x86_64-apple-macosx10.9
    $ sw_vers
    ProductName:    Mac OS X
    ProductVersion:    10.12.3
    BuildVersion:    16D32
    $ pod --version
    1.1.1
    
  2. Heikki reporter
    xcodebuild -version
    Xcode 8.2.1
    Build version 8C1002
    swiftc --version
    Apple Swift version 3.0.2 (swiftlang-800.0.63 clang-800.0.42.1)
    Target: x86_64-apple-macosx10.9
    sw_vers
    ProductName:    Mac OS X
    ProductVersion: 10.11.6
    BuildVersion:   15G1217
    

    I updated everything and everything worked on that version. Now also everything works, so this ticket should be closed. Thanks for the help!

  3. Log in to comment