Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FingerprintJS.framework: No such file or directory #45

Closed
priyanka-vithani opened this issue Oct 1, 2023 · 2 comments
Closed

FingerprintJS.framework: No such file or directory #45

priyanka-vithani opened this issue Oct 1, 2023 · 2 comments

Comments

@priyanka-vithani
Copy link

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)

        // Do something awesome with the fingerprint
    }
    
    Please suggest  me some solution for this issue
@mgutski
Copy link
Collaborator

mgutski commented Oct 16, 2023

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 🙂

@mgutski
Copy link
Collaborator

mgutski commented Jan 17, 2024

Closing as there are no further comments or questions from the issue's author.

@mgutski mgutski closed this as completed Jan 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants