0

I have tried to upload two of my apps to Apple store, but I have got bellow errors on the "App Store Connect Operation Error" Screen

  1. the app references non-public selectors in Payload/.app/: determineAppInstallationAttributionWithCompletionHandler:, lookupAdConversionDetails:
  2. The app references non-public selectors in Payload/.app/: setConsent:

My Xcode version is 14.2 . I did not change the source code and trying to update my current app's version for AppStore. I tried to investigate the issue but can't find a solution. Any help?

Symon
  • 633
  • 6
  • 15

1 Answers1

1

Possibly it is google admob pod issue. I have updated version of Google-Mobile-Ads-SDK from 8.4.0 to 8.12.0 inside PodFile, then pod update Google-Mobile-Ads-SDK. The Error is gone

Symon
  • 633
  • 6
  • 15
  • I may add that I also needed to remove leftover iAd frameworks `libAdapterIAd` and `iAd.framework` from my build target if above is not enough. – Simon Bøgh Mar 19 '23 at 14:52