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-76] Bridging header support either missing or undocumented #42698

Open
swift-ci opened this issue Dec 5, 2015 · 3 comments
Open

[SR-76] Bridging header support either missing or undocumented #42698

swift-ci opened this issue Dec 5, 2015 · 3 comments
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself

Comments

@swift-ci
Copy link
Collaborator

swift-ci commented Dec 5, 2015

Previous ID SR-76
Radar None
Original Reporter jjl (JIRA User)
Type Bug
Environment

Linux/gentoo

Additional Detail from JIRA
Votes 0
Component/s Compiler
Labels Bug
Assignee None
Priority Medium

md5: 843cc2c4cddbb5da8ef07681f244739a

Issue Description:

I can't find any way to use a bridging header without using xcode. Is this feature missing, implemented in xcode or merely undocumented?

@belkadan
Copy link
Contributor

belkadan commented Dec 8, 2015

It's not really supported anywhere but in Xcode, and even there it will likely cause problems if used on any targets but app and unit tests, particularly for debuggability. (This is why Swift bans bridging headers on frameworks, though it technically only checks mixed-source frameworks.)

@Dante-Broggi
Copy link
Contributor

Is this resolved, or no longer valid? If either, this should be closed.

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
Projects
None yet
Development

No branches or pull requests

4 participants