-
Notifications
You must be signed in to change notification settings - Fork 134
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
App Store Connect upload failure with ERROR: Asset validation failed (90049) This bundle is invalid. (_Datadog_Private
)
#1303
Comments
As a test, I forked this repo and renamed all occurrences of |
Hey @alexfanatics! Thank you very much for the report and for trying with your fork 👍
That being said, it's definitely something to address on our side, and renaming the target looks reasonable. |
👋 Thanks for the quick response @maxep !
No, we've had Datadog integrated for quite some time. We haven't seen this response from ITMS until last Friday.
We link Our project's simplified name: my-app-name
targets:
my-app-target:
type: application
platform: iOS
deploymentTarget: 15.0
info:
...
sources:
...
settings:
base:
ENABLE_BITCODE: NO
ENABLE_ON_DEMAND_RESOURCES: YES
SUPPORTED_PLATFORMS: iphoneos iphonesimulator
SUPPORTS_MACCATALYST: NO
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD: NO
SWIFT_EMIT_LOC_STRINGS: YES
TARGETED_DEVICE_FAMILY: 1
VERSIONING_SYSTEM: apple-generic
ONLY_ACTIVE_ARCH: true
dependencies:
- package: Datadog
packages:
Datadog:
url: https://github.com/DataDog/dd-sdk-ios
version: 1.20.0 |
Thank you, @alexfanatics, all clear 👍 |
Hey @alexfanatics 👋 The changes from your fork were merged and it was released in 1.21.0. |
Greetings!
I'm using DataDog version
1.20.0
with Swift PM .When archiving our app and delivering to App Store Connect via
fastlane pilot
, our upload completes before being rejected for the following reason:After inspecting the ipa, it does seem to be an invalid
CFBundleIdentifier
based on the apple documentation the ITMS error specified at that path (Payload/my-app-name.app/Frameworks/_Datadog_Private.framework/Info.plist
):It seems like the Firebase SDK faced a similar issue about 1 year ago, and they renamed their targets to not include underscores.
Is anyone else seeing this when they upload their app to ASC?
The text was updated successfully, but these errors were encountered: