passforios
passforios copied to clipboard
Build instructions outdated
There are a few problems with the build instructions:
-
Current instructions don't work and fail when running
carthage update. -
The build requires relatively outdated software versions, like go 1.14 (now 1.16), CocoaPods 1.5.x (now 1.10.x), etc.
-
The build instructions in Readme are somewhat different than instructions on the wiki. Which one is the correct way? The readme lists the instructions while also referring to the wiki at the same time.
-
Required version of Carthage not listed.
Have you had any luck getting it to build? Carthage seems to choke on objective-git for me…
I’m trying to replicate the instructions in the GitHub actions file, but objective-git just seems to be broken.
Current instructions don't work and fail when running carthage update.
Make sure you execute the custom build script ./scripts/wcarthage to run Carthage.
The build requires relatively outdated software versions, like go 1.14 (now 1.16), CocoaPods 1.5.x (now 1.10.x), etc.
The Go part should be fixed with #477. I run CocoaPods 1.10.1 which works fine. The information is just outdated, I guess.
The build instructions in Readme are somewhat different than instructions on the wiki. Which one is the correct way? The readme lists the instructions while also referring to the wiki at the same time.
The instructions in the README are more up to date. I agree with you that there should only be one list of instructions. The README is preferable since it can be updated by PRs any time.
Required version of Carthage not listed.
I use the latest version 0.38.0 and it works fine if you build with the custom build script.