Skip to content
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

Xcode 16 - Fails to upload dSYM to ASC #13551

Open
flexund opened this issue Aug 28, 2024 · 13 comments
Open

Xcode 16 - Fails to upload dSYM to ASC #13551

flexund opened this issue Aug 28, 2024 · 13 comments
Assignees
Labels
api: analytics Xcode 16 - iOS 18 zip-builder Tools related to building the zip file.

Comments

@flexund
Copy link

flexund commented Aug 28, 2024

Description

After archiving project with Firebase frameworks, the upload process completes with warnings about the archive's dSYM folder is missing DWARF file for these frameworks:

  • FirebaseAnalytics.framework
  • GoogleAppMeasurement.framework
  • GoogleAppMeasurementIdentitySupport.framework

Reproducing the issue

Archive & Upload a build to App Store Connect using Xcode 16 Beta 6

Firebase SDK Version

11.1.0

Xcode Version

16 Beta 6

Installation Method

Swift Package Manager

Firebase Product(s)

Analytics

Targeted Platforms

iOS

Relevant Log Output

No response

If using Swift Package Manager, the project's Package.resolved

N/A

If using CocoaPods, the project's Podfile.lock

N/A

@google-oss-bot
Copy link

I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.

@rizafran rizafran added api: analytics beta-software Related to using beta iOS or Xcode versions. and removed needs-triage labels Aug 28, 2024
@rizafran
Copy link
Contributor

rizafran commented Sep 2, 2024

Thanks for reporting this, @felixhedlund. I was able to reproduce the issue. I've raised this to our engineers and see what we can do here.

@alexanderkhitev
Copy link

hello! Any news/updates? Thanks

@lexuanquynh
Copy link

@rizafran please make it to Dynamic library option.

@ormaa
Copy link

ormaa commented Sep 18, 2024

it seems that dynamic library is deprecated on Firebase side...

@4eleven7
Copy link

Any update on this? I'm experiencing the exact same, and the same frameworks with FirebaseAnalytics, GoogleAppMeasurement and GoogleAppMeasurementIdentitySupport. Plus GoogleTagManager.

Was using CocoaPods, but moved over to SPM to see if that would help (allowing me to install it fresh, as this is a 3-4 year old project).

@chrszlz
Copy link

chrszlz commented Sep 27, 2024

Hi, I'm also experiencing this issue. Standard SPM installation using Analytics, Auth, RemoteConfig, Storage.

App Store Connect flow, via Xcode, successfully uploads but says it has the following issues:
"The following issues occurred while distributing your application" ... "Upload symbols failed" "The archive did not include a dSYM for the .framework... ensure includes a DWARF file".

I've ensured that build Project > Build Settings > Debug Information Format is set to "DWARF with dSYM File" for both with Debug and Release

@benfrearson
Copy link

Just worth mentioning for anyone following here that there's a larger discussion about the issue here with some potential workarounds for the moment.

(I'm not a contributor btw, just happened to be following both Issues!)

@lirbar
Copy link

lirbar commented Oct 4, 2024

Any ETA on fixing this ?

@paulb777 paulb777 added zip-builder Tools related to building the zip file. and removed beta-software Related to using beta iOS or Xcode versions. labels Oct 4, 2024
@tsunghung
Copy link
Contributor

I can reproduce this issue with Swift Package Manager, but not with CocoaPods.
I just want to be sure that this issue is not blocking App Review or App Store release, right?

@tsunghung
Copy link
Contributor

According to the post on the Apple Developer Forums, this is an Apple issue, not an SDK issue.

@lirbar
Copy link

lirbar commented Oct 8, 2024

According to the post on the Apple Developer Forums, this is an Apple issue, not an SDK issue.

It seems not an Apple issue, according to the lasted answer from Apple engineer:
https://developer.apple.com/forums/thread/761589?answerId=806733022#806733022

@paulb777
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: analytics Xcode 16 - iOS 18 zip-builder Tools related to building the zip file.
Projects
None yet
Development

No branches or pull requests