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

BlinkId-ios not working. #430

Open
Ali-Sher opened this issue Jan 16, 2025 · 9 comments
Open

BlinkId-ios not working. #430

Ali-Sher opened this issue Jan 16, 2025 · 9 comments

Comments

@Ali-Sher
Copy link

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?

@patrikpralas
Copy link

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.

@Ali-Sher
Copy link
Author

Screenshot 2025-01-16 at 4 54 46 PM

check the attached screenshot. i added the dependency using "https://github.com/BlinkID/blinkid-ios" but it shows this error.

@patrikpralas
Copy link

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?

@Ali-Sher
Copy link
Author

currently i tried with Upto Next Major Version. meanwhile tried with master branch as well. in all cases it give me same error.
I didn't tried with BlinkID framework or Cocoapods. because in app all libraries is using SPM.

@patrikpralas
Copy link

Can you try adding the package with the "Exact version" rule and add "6.13.0"? Like this

Image

@Ali-Sher
Copy link
Author

Image

If i try to add exact version it returns this.

@patrikpralas
Copy link

Hello Ali, are you still facing the mentioned issue? Thank you in advance for your reply.

@Ali-Sher
Copy link
Author

Ali-Sher commented Feb 4, 2025

Hi Patrik. yes still facing the same issue if i use BlinkID using SPM on xcode 16.2 IOS Sequoia 15.2.
here is the attached screenshot.

and when i use this using cocoapods, Getting the warning while uploading to apple store.
"The archive did not include a SYM for the BlinkID.framework with the UUIDs
-6E-32-BF-64A**82B0]. Ensure that the archive's dSYM folder includes a DWARF file for BlinkID.framework with the expected UUIDs."

Image

@patrikpralas
Copy link

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!

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