trinhngocthuyen / cocoapods-spm

A CocoaPods plugin to add SPM dependencies to CocoaPods-based projects
MIT License
35 stars 7 forks source link

[Bug] Cannot generate metadata of a LOCAL package #60

Closed trinhngocthuyen closed 2 months ago

trinhngocthuyen commented 2 months ago

What happened?

When using a local package:

Solution

For the relative path issue, we can obtain the absolute path and use it in the umbrella package. For the package dir issue, we can simply create a symlink (under the checkouts dir) to the original package dir.

CocoaPods environment

No response

Anything else?

No response