Open ghost opened 2 years ago
@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!
I think this is the same or similar issue (Xcode 14.2). Would appreciate a fix:
Any update on this issue?
@afanaian01 could you pls check if this is still the case in the latest version? Thanks!
@afanaian01 could you pls check if this is still the case in the latest version? Thanks!
Yes. We can close this.
This is still happening in Sift 2.1.2 on Xcode 14.3.1. Unless I'm missing something I don't think anything is fixed.
@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
We're seeing this again. Xcode 15.4 - sift 2.1.8
Still getting this with Xcode 15.3 and SDK 2.2.1. The issue is easy to reproduce if you wrap the Sift SDK inside a Swift library package. We're suppressing the warnings for with with swiftSettings: [.unsafeFlags(["-suppress-warnings"])], but I'd prefer if you'd take care of it in the SDK. Thanks!
@afanaian01, @lobotony
Could you try this PR (https://github.com/SiftScience/sift-ios/pull/153). It should resolve your issues with Umbrella headers
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.