ZMarkupParser icon indicating copy to clipboard operation
ZMarkupParser copied to clipboard

To verify a CocoaPod and a Swift Package

Open wei18 opened this issue 1 year ago • 1 comments

The ci.yml has been set up to build and test ZMarkupParser.xcworkspace, but it does not guarantee compatibility with CocoaPods and Swift Package Manager.

The PR supports this.

wei18 avatar Sep 21 '24 14:09 wei18

@zhgchgli0718

The test failure (https://github.com/ZhgChgLi/ZMarkupParser/actions/runs/10973491979/job/30470931411?pr=81#step:7:22)

To ensure users who want to use ZMarkupParser with CocoaPods.

You may consider modifying the path from /scripts/ZMarkupParser.podspec to /ZMarkupParser.podspec, or fix the following issues:

  • ERROR | File patterns: The source_files pattern did not match any files.
  • WARN | License: Unable to find a license file."

wei18 avatar Sep 21 '24 15:09 wei18