You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ITMS-91065: Missing signature - Your app includes “Frameworks/GoogleToolboxForMac.framework/GoogleToolboxForMac”, which includes GoogleToolboxForMac, an SDK that was identified in the documentation as a privacy-impacting third-party SDK. If a new app includes a privacy-impacting SDK, or an app update adds a new privacy-impacting SDK, the SDK must include a signature file. Please contact the provider of the SDK that includes this file to get an updated SDK version with a signature. For details about verifying the code signature for a third-party SDK, visit: https://developer.apple.com/documentation/xcode/verifying-the-origin-of-your-xcframeworks.
The text was updated successfully, but these errors were encountered:
I also have the same issues, and unfortunately I failed to upload to the TestFlight…
According to the swift package file Package.swift, the library module GoogleToolboxForMac is downloaded from the release Assets, that version is the latest version v6.0.0.
I downloaded this framework and I found there are no privacy manifest files in the framework!
Further more, the Bundle version string (short) is “2.3.2” when checking Info.plist!
Thus I think the problem is the library version is too old.
My suggestion is please update to the latest version v4.2.1 that is contained the privacy manifest, then I believe it would be fixed.
ITMS-91065: Missing signature - Your app includes “Frameworks/GoogleToolboxForMac.framework/GoogleToolboxForMac”, which includes GoogleToolboxForMac, an SDK that was identified in the documentation as a privacy-impacting third-party SDK. If a new app includes a privacy-impacting SDK, or an app update adds a new privacy-impacting SDK, the SDK must include a signature file. Please contact the provider of the SDK that includes this file to get an updated SDK version with a signature. For details about verifying the code signature for a third-party SDK, visit: https://developer.apple.com/documentation/xcode/verifying-the-origin-of-your-xcframeworks.
The text was updated successfully, but these errors were encountered: