Closed Ewg777 closed 1 year ago
Mmm, it could be a couple of things. For one, I've never tested this with local dependencies and relative paths. It could (should?) work but that's definitely something I'd try and eliminate as a source for errors.
And the same is true for resources
- but that might also be tied to the local dependency with the path. I could see that breaking when the resource is being loaded.
Hope that helps as a pointer as to what might be going wrong!
Well, that's rubbish :D Of course I've run this with local dependencies and relative paths - it's even in the README! It's been so long I've done this that I completely forgot.
Nonetheless, maybe that's an issue with resources. It would be interesting to see if pulling that from a remote repo or importing it via an absolute path makes any difference!
Closing this as part of housekeeping. Please re-open if it's still an issue!
Thanks for a great tool! Trying to use it with my UICore local package with resources
Got the following error:
Package.swift:
UICore Package.swift
The resulting product folder contains this bundle.
Do you have any idea how to fix it? @finestructure
Thanks!