EmergeTools / ETTrace

Easily and accurately profile iOS apps
https://www.emergetools.com/ettrace
MIT License
532 stars 20 forks source link

v1.0.0 tagged version is not semantic according to SPM #52

Closed mkj-is closed 11 months ago

mkj-is commented 11 months ago

The released version is tagged v1.0.0 instead of 1.0.0 so it does not work correctly in Swift package manager. We are not able to specify other dependency rules than branch or exact commit.

Screenshot 2023-09-21 at 14 22 13 Screenshot 2023-09-21 at 14 22 07
noahsmartin commented 11 months ago

It looks like the issue here was related to one of the dependencies not being pinned to a stable version. v1.0.1 should fix that with https://github.com/EmergeTools/ETTrace/pull/55 Thanks for reporting!

mkj-is commented 11 months ago

Works, thank you.