skip to Main Content

I am trying to submit native app using Xcode to the App Store.
The app is built with Firebase and SwiftUI for iOS 16.
The submission finishes with the following warning:

The app references non-public selectors in Payload/MyApp.app/MyApp: determineAppInstallationAttributionWithCompletionHandler:, lookupAdConversionDetails:, transform:

I am not doing anything in my code with this API.
Does anyone know how to fix this?

Thanks!

2

Answers


  1. I’ve solved it by using another machine running Xcode 13.4.1, with bitcode enabled. It seems to be related to Xcode 14 deprecating bitcode.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search