You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just installed pod and in Appdelegate file I have written below code
let fingerprinter = FingerprinterFactory.getInstance()
async {
// Get fingerprint for the current device
let fingerprint = await fingerprinter.getDeviceId()
print(fingerprint)
// Do something awesome with the fingerprint
}
Please suggest me some solution for this issue
The text was updated successfully, but these errors were encountered:
Hi @priyanka-vithani, sorry for the delayed response. I was unable to reproduce your issue on my machine, but I suspect that the above error could be due to the outdated CocoaPods version that is not fully compatible with the latest Xcode. Assuming that you are running Xcode 15.0 (15A240d), you should be using CocoaPods 1.13.0 (current latest) that includes bug fixes for Xcode 15. CocoaPods was always kind of flaky with the new Xcode releases, so updating it might resolve your issue. Please let me know if it helped 🙂
When I run the project I am getting this error
I just installed pod and in Appdelegate file I have written below code
let fingerprinter = FingerprinterFactory.getInstance()
async {
// Get fingerprint for the current device
let fingerprint = await fingerprinter.getDeviceId()
print(fingerprint)
The text was updated successfully, but these errors were encountered: