Select to view content in your preferred language

How to obtain dSYM file for ArcGIS.framework

93
1
2 weeks ago
RoshaniBorse
New Contributor

Hello,

I am uploading an iOS app to TestFlight that uses the ArcGIS Runtime SDK for iOS.

I received this error during upload:

The archive did not include a dSYM for the ArcGIS.framework with the UUIDs [A15E9813-DB01-31C5-9FBD-D9A344C80888]

How can I obtain the matching dSYM file for this version of the ArcGIS.framework?

Environment details:

  • ArcGIS SDK installed via CocoaPods

  • Pod: pod 'ArcGIS-Runtime-SDK-iOS', 100.14.1

  • Xcode Version: [enter your version here, e.g., Xcode 16.3]

  • Build settings: “DWARF with dSYM file” for both Debug and Release

 

0 Kudos
1 Reply
PhilipGruenler
Esri Contributor
Hi RoshaniBorse,
Thanks for contacting us with your question. I have a couple questions. 1) If you look into your cocoapod source zip file, is the dSYM for ArcGIS.xcframework missing? When I looked into the cocoapod zip file I found a dSYM to go along with the ArcGIS.framework. When I run dwarfdump --uuid on the dSYM it reports the same UUID that you listed above. 2) I found a post on the Apple developer forum that talks about a new, Xcode 16 warning that sounds similar to what you are seeing. However, you said the missing dSYM causes an error and the post has it as a warning that can be ignored. Is this an error that is blocking you?
 
Phil
0 Kudos