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

Influence Carthage Xcode project lookup #469

Conversation

DivineDominion
Copy link
Contributor

Carthage just uses any Xcode project or workspace file it can find to build frameworks. This is an attempt to tell Carthage where to start.

Workspaces have higher precedence than projects, so I added a new Workspace with a reference to the framework project instead of merely a symlink.

Was an attempt to influence #468 but doesn't actually help (other projects are still traversed by Carthage and then fail). With the DatePlot project deleted to prevent the exception, Carthage would start to build the framework from the CorePlotExamples workspace, which sounds a bit odd, so this PR merely affects that lookup. -- Feel free to discard/close without merging this if that doesn't add enough value.

@eskroch
Copy link
Member

eskroch commented Jan 21, 2023

Fixed issue #468 using other techniques. This pull request is no longer required.

@eskroch eskroch closed this Jan 21, 2023
@DivineDominion DivineDominion deleted the carthage-lookup-fix branch January 24, 2023 14:45
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

Successfully merging this pull request may close these issues.

None yet

2 participants