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

[SR-3001] Generated Xcode project has an incorrect linkage on an executable #5191

Closed
abertelrud opened this issue Oct 20, 2016 · 1 comment
Closed
Labels

Comments

@abertelrud
Copy link
Contributor

Previous ID SR-3001
Radar rdar://problem/28998314
Original Reporter @abertelrud
Type Bug
Status Resolved
Resolution Done
Additional Detail from JIRA
Votes 0
Component/s Package Manager
Labels Bug, GeneratedXcodeProject
Assignee None
Priority Medium

md5: 9b18ee638b040c543afe4b6eaf224a4b

Issue Description:

SwiftPM's package manifest recently changed to make the `BasicTests` target depend on a target that produces an executable (`TestSupportExecutable`). This has exposed a bug in the Xcode project generation, which is that the generated `BasicTests` target is incorrectly set up to link against the product of the generated `TestSupportExecutable` target. It should only be set up to depend on it, not link against it.

@abertelrud
Copy link
Contributor Author

#753

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
@shahmishal shahmishal transferred this issue from apple/swift May 4, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant