-
Notifications
You must be signed in to change notification settings - Fork 90
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
BlinkId-ios not working. #430
Comments
Hello Ali, BlinkID-ios is fully compatible with code 16.x.x. Do you have any error messages that you can share with us so we can get a better insight into your error? Thank you in advance. |
check the attached screenshot. i added the dependency using "https://github.com/BlinkID/blinkid-ios" but it shows this error. |
I can see that the issue is with the integration with SPM. Can you tell me which rules you have applied? For example, are you using the "exact version" or "branch" rule? Also, does the same behavior occur when you try to integrate the BlinkID framework using CocoaPods or manually? |
currently i tried with Upto Next Major Version. meanwhile tried with master branch as well. in all cases it give me same error. |
Hello Ali, are you still facing the mentioned issue? Thank you in advance for your reply. |
Hi Patrik. yes still facing the same issue if i use BlinkID using SPM on xcode 16.2 IOS Sequoia 15.2. and when i use this using cocoapods, Getting the warning while uploading to apple store. |
For the issue with SPM, we were unable to reproduce it on our end. We tested it with multiple setups, and the package always downloads correctly. What happens if you proceed with "Add Anyway"? Regarding CocoaPods, the warning about missing dSYM files is expected. We intentionally do not provide dSYM files with our framework for security reasons. These files contain debug symbols that help interpret crash logs, but excluding them prevents reverse engineering and protects our proprietary code. This warning does not impact your application's functionality and can be safely ignored. Let us know if you need any further clarification! |
I used the BlinkId-ios on xcode 15.4 it was working fine. now i update my mac to m4 and xcode 16.2, BlinkId-ios dependency not installing. it shows red cross in front of dependency name. Is BlinkId-ios not supported the xcode 16.2?
The text was updated successfully, but these errors were encountered: