We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe what happened
In some project and env configurations, compilation fails with Missing required module '_Datadog_Private'.
Missing required module '_Datadog_Private'
Steps to reproduce the issue:
So far we only know about CarthageCache use case reported in this comment.
CarthageCache
This error message can be also reproduced by deleting Carthage/Checkouts/dd-sdk-ios/Datadog/DatadogPrivate folder manually from Carthage installation.
Carthage/Checkouts/dd-sdk-ios/Datadog/DatadogPrivate
Expected behaviour:
SDK should link and compile in all environments with no error.
Additional context
1.0.1
The text was updated successfully, but these errors were encountered:
buranmert
Successfully merging a pull request may close this issue.
Describe what happened
In some project and env configurations, compilation fails with
Missing required module '_Datadog_Private'
.Steps to reproduce the issue:
So far we only know about
CarthageCache
use case reported in this comment.This error message can be also reproduced by deleting
Carthage/Checkouts/dd-sdk-ios/Datadog/DatadogPrivate
folder manually from Carthage installation.Expected behaviour:
SDK should link and compile in all environments with no error.
Additional context
1.0.1
The text was updated successfully, but these errors were encountered: