After setting up AppCheck for my iOS app using DeviceCheck and App Attest, I'm getting errors like the following in the Xcode console when running the simulator or on an actual iPhone.
10.10.0 - [FirebaseAuth][I-AUT000018] Error getting App Check token; using placeholder token instead. Error: Error Domain=com.firebase.appCheck Code=4 "The attestation provider AppAttestProvider is not supported on current platform and OS version." UserInfo={NSLocalizedFailureReason=The attestation provider AppAttestProvider is not supported on current platform and OS version.}
I figured that maybe I needed to have the app installed through the AppStore, so I built a new version and tested it with Test Flight. I get the same error.
Firebase 10.10.0 iOS 16.5.1(c) Xcode 14.3 SwiftUI