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

Correct way to reference an XCFramework dependency? #1005

Closed
pouty18 opened this issue Jan 11, 2021 · 1 comment
Closed

Correct way to reference an XCFramework dependency? #1005

pouty18 opened this issue Jan 11, 2021 · 1 comment

Comments

@pouty18
Copy link

pouty18 commented Jan 11, 2021

I'm preparing my project for the upcoming Carthage release, which will build dependencies as XCFrameworks. How do I properly indicate a dependency on an XCFramework in my project.yml project spec?

Second question: Is there a way to disable the carthage copy files script being automatically added:
If any applications contain carthage dependencies within itself or any dependent targets, a carthage copy files script is automatically added to the application containing all the relevant frameworks. A FRAMEWORK_SEARCH_PATHS setting is also automatically added
For context, in the upcoming carthage release, they indicate that you'll no longer need to include a run script to call carthage copy-frameworks, and including this would actually introduce breaking changes to the currently carthage update --use-xcframeworks flow.

@yonaskolb
Copy link
Owner

See #1006

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