Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I am not able to add v7.0.0 as a working dependency, 6.1.1 works #180

Open
coveloper opened this issue Nov 24, 2024 · 1 comment
Open

I am not able to add v7.0.0 as a working dependency, 6.1.1 works #180

coveloper opened this issue Nov 24, 2024 · 1 comment
Assignees

Comments

@coveloper
Copy link

Is this a regression?

Yes

Description

If I add v7.0.0 as a Package Dependency, it never fully resolves, leaving me in a state where I can't link it to my target, or import it into Swift files.

This works fine with v6.1.1

Please provide the exception or error you saw

When adding the Swift SDK as a Package Dependency, it should resolve all the packages and it should show the display name of the package.  The package list should allow me to open each package and see its contents. This does not happen with v7.0.0 for me.

v6.1.1 works fine.

Please provide the environment you discovered this bug in

Using from the 7.0.0 Tag in Xcode Package Dependency screen

Anything else?

Here is how my Package Dependency screen looks when I tag it to 7.0.0:
IdentusSDK-7 0 0-DoesNotLoadCorrectly

You can see that the packages aren't fully resolved:
IdentusSDK-7 0 0-DoesNotLoadAllPackages

v6.1.1 works fine, shows up as it's name "EdgeAgentSDK" (not the slug name) :
EdgeAgent-6 1 1-LoadsCorrectly
And 6.1.1 can be found when I add it to my Target, 7.0.0 does not load fully so it's not available to this menu.
EdgeAgent-6 1 1-availableToTarget

@coveloper
Copy link
Author

Note, that v6.1.1 does not actually compile, but the SPM appears to install correctly.

@goncalo-frade-iohk goncalo-frade-iohk self-assigned this Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants