Closed umireon closed 2 years ago
I'm working to create a new Homebrew formula for LicensePlist. https://github.com/Homebrew/homebrew-core/pull/109669 I've created the pull request but CI failed. https://github.com/Homebrew/homebrew-core/runs/8185373285?check_suite_focus=true CI said that the build on M1 Big Sur with Xcode 13.2.1 cannot link some symbols in swift-argument-parser.
Do you have any suggestions to solve this? Any new formula must pass this CI.
swift-argument-parser 1.1.0+ doesn't support Big Sur. We can switch swift-argument-parser to 1.0.3
I'm working to create a new Homebrew formula for LicensePlist. https://github.com/Homebrew/homebrew-core/pull/109669 I've created the pull request but CI failed. https://github.com/Homebrew/homebrew-core/runs/8185373285?check_suite_focus=true CI said that the build on M1 Big Sur with Xcode 13.2.1 cannot link some symbols in swift-argument-parser.
Do you have any suggestions to solve this? Any new formula must pass this CI.