Cannot find App Attest Capability in Xcode

According to the App Check Firebase Documentation, it is said to add the App Attest capability to your app. However, I am not able to find any such capability in XCode. Any insights on this?

Note: We have enabled capability in the provision profiles

Documentation Link: https://firebase.google.com/docs/app-check/ios/app-attest-provider#install-sdk

Replies

If you are using XCode 12.4, you will need to upgrade to Xcode 12.5. However, Xcode 12.5 requires Big Sur, so you need to install it also.

  • 2 hours after, and now I have App Attest Capability!

Add a Comment