You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you clarify the actual reason why the SwiftVerifyEmittedModuleInterface is failing? The information you provided outlines the command that failed, but we need more insight into the specific issue with the emitted DatadogCore.swiftinterface.
If your package includes a binary target, it might be impacted by this SPM limitation:
Datadog SDK version: 2.20.0
Dependency Manager: SPM
Xcode version: 15.2 (15C500b)
Deployment Target: iOS 15
Description
I encountered an error while archiving and distributing my SDK.
Context
I have an SDK distributed via SPM. After integrating it with Datadog, the script to generate the xcarchive fails when executed.
If I set
BUILD_LIBRARY_FOR_DISTRIBUTION
toNO
, the script runs successfully, but I need thexcarchive
for distribution.Error
Questions
The text was updated successfully, but these errors were encountered: