-
Notifications
You must be signed in to change notification settings - Fork 26
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
Umbrella header does not include a variety of header files #114
Comments
@rodrigordc thanks for bringing this to our attention. We will address these issues and update this issue when we have an update. Thanks again :) |
Seeing the same thing, would appreciate a fix. Thanks! |
Any update on this issue? |
@afanaian01 could you pls check if this is still the case in the latest version? Thanks! |
Yes. We can close this. |
@mthormann-dhi hi, could you pls try the latest version (2.1.5) and let us know if you still have the issue? |
Yeah still seeing it on release configuration builds. Opened project, cleaned build folder, then did an archive. Not seeing on debug builds though. (edit: Xcode 15.0) |
noted, I will reopen the issue then |
Creates a `include` header that will contain the headers that should be distributed. This avoid copying all the headers and solves the compile time error shown in SiftScience#114
Still getting this with Xcode 15.3 and SDK 2.2.1. |
Could you try this PR (#153). It should resolve your issues with Umbrella headers |
Adds Public headers for Swift Package. #114
Installing through SPM I see about 15 warnings regarding the public headers.
Could these be included? This messes with projects that treat warnings as errors.
The text was updated successfully, but these errors were encountered: