So I direct downloaded the framework and followed all the steps listed here https://cloud.google.com/recaptcha-enterprise/docs/instrument-ios-apps#direct-download.
But when I run the project it throws *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[FBLPromise pendingObjects]: unrecognized selector sent to instance 0x600002eb8c90'
. For those who are unaware FBLPromise is one of the dependencies on reCAPTCHA framework.
Did anyone face the same problem? or know a way out on how to resolve the same?