Skip to content

Issue with Debug Symbols in IPA File After Including Google SDK Pods #535

Open
@karthikhappy

Description

@karthikhappy

Hi,

We are currently working on an app where we are using the following SDKs. During our vulnerability assessment, the report indicates that debug symbols are available in the IPA file. We encountered this issue only after including the Google SDK pods mentioned below. Even after updating to the latest versions of the SDKs, the issue persists.

The pods in use are:

pod 'GoogleMaps', ~> 4.1.0
pod 'Google-Maps-iOS-Utils', ~> 4.0.0

We have attempted several configuration changes in the pod settings to disable debug symbols, but the issue has not been resolved. The settings we tried are as follows:

Strip Debug Symbols During Copy: YES
Deployment Postprocessing: YES
Strip Linked Product: YES
Generate Debug Symbols: NO

Despite these changes, the debug symbols are still present in the IPA file. Could you please guide us on how to properly disable (strip) the debug symbols for the above pods in the IPA file?

Attached is the sample vulnerability report for your reference.

Image

Thank you for your assistance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions