mozilla-mobile / MappaMundi

A declarative Don't Repeat Yourself tool for XCUITesting and screenshots.
Mozilla Public License 2.0
19 stars 19 forks source link

AStar dependency failing with '3.0.0-beta-1' #18

Closed hariszaman closed 4 years ago

hariszaman commented 4 years ago
$ cat Cartfile
github "Dev1an/A-Star" ~> 3.0.0-beta-1
$ carthage update --platform iOS
Parse error: unexpected trailing characters in line: github "Dev1an/A-Star" ~> 3.0.0-beta-1
$ cat Cartfile
github "Dev1an/A-Star" ~> 3.0.0
$ carthage update --platform iOS
*** Fetching A-Star
*** Checking out A-Star at "3.0.0-beta-1"
*** xcodebuild output can be found in /var/some/folder/some.log
*** Building scheme "AStar iOS" in AStar.xcodeproj
hariszaman commented 4 years ago

Ok somehow it was due to carthage older version. After I have upgrade carthage it works.