-
Notifications
You must be signed in to change notification settings - Fork 129
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
Appstore upload failure #1443
Comments
Looks related to #1402 (comment) |
yes, it is the same issue as mentioned in the comment |
additional info: |
Are you now taking dependency on both |
yes, the app has the following Datadog dependencies:
I am only using DatadogRUM feature, but from my understanding the other frameworks are needed from DatadogRUM as well. |
A new version available 2.1.2 with the fix. |
The issue
DatadogRUM.xcframework
with architectureios-arm64_arm64e
hasDatadogInternal.framework
embeded inside.Path:
Datadog.xcframework/DatadogRUM.xcframework/ios-arm64_arm64e/DatadogRUM.framework/Frameworks/DatadogInternal.framework
Apple does not allow xcframeworks to embed other xframeworks.
Whey trying to upload to Appstore, it fails with the following error:
Datadog SDK version:
2.1.1
Last working Datadog SDK version:
n/a
Dependency Manager:
manually, frameworks downloaded from github
https://github.com/DataDog/dd-sdk-ios/releases/download/2.1.1/Datadog.xcframework.zip
Other toolset:
Xcode version:
Xcode 14.3.1 (14E300c)
Swift version:
5.1
Deployment Target:
iOS 11
,iPhone
+iPad
macOS version:
macOS Ventura 13.5 (22G74)
The text was updated successfully, but these errors were encountered: