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

How can I declare a dependency for Binary Project Specification dependencies? #3299

Open
isaac-weisberg opened this issue Aug 29, 2022 · 1 comment

Comments

@isaac-weisberg
Copy link
Contributor

I have A.xcframework which depends on B.xcframework. Both are prebuilt.

I wrote a spec file so that my consumers could consume A:

{
	"1.0.0": "https://raw.githubusercontent.com/A/a/1.0.0/A.xcframework.zip"
}

But the thing is, A needs B and I would like to declare this dependency - and I was wondering, how could I do that?

I want my consumers of A to also download B.

@isaac-weisberg
Copy link
Contributor Author

Alright, the answer is that one can't. I just created separate Carthage spec json's for 2 packages and the consumer of A declares in his Cartfile both A and B.

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

1 participant