square / cocoapods-pack

A CocoaPods plugin for producing xcframeworks from podspecs.
Apache License 2.0
115 stars 7 forks source link

fix bug of remote_podspec resource copy #6

Open xuzhongping opened 2 years ago

xuzhongping commented 2 years ago

Issue: #3

Description

The reason for this bug is that all copy behaviors assume that the podspec file and related resources exist in the same path, but the remote podspec file does not meet this situation, so any copy behavior will produce errors or invalid results.

Idea

xuzhongping commented 2 years ago

@dnkoutso Hi,can you review it? maybe I should make some changes, I want to hear your opinion.