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

Crash on iOS 12 (Missing CoreNFC framework) #131

Closed
francislions opened this issue Mar 30, 2021 · 3 comments
Closed

Crash on iOS 12 (Missing CoreNFC framework) #131

francislions opened this issue Mar 30, 2021 · 3 comments
Labels
help wanted Extra attention is needed iOS

Comments

@francislions
Copy link

I'm trying to run the app on a iPhone with iOS 12.5.1.
The app immediately crash because of this error:

dyld: Library not loaded: /System/Library/Frameworks/CoreNFC.framework/CoreNFC Referenced from: /private/var/containers/Bundle/Application/87E45AEA-F9A7-4A7A-BBA3-2B2420EA2400/Runner.app/Frameworks/uni_links2.framework/uni_links2 Reason: image not found

I think the problem lies in the uni_links2 library, for some reason it needs CoreNFC, but for what i know from iOS 12 and below that framework isn't included.

@ezet
Copy link
Owner

ezet commented Apr 8, 2021

Is anyone else experiencing this issue?

@ezet ezet added help wanted Extra attention is needed iOS labels Apr 9, 2021
@diegogarciar
Copy link

@ezet I haven't tested on that iOS, but I submitted my app and Apple required me to provide explanation for the usage for NFC with a video. I then realized it was uni_links2 was the culprit but I have no intention on using it.

I was using uni_links too but took your idea to use uni_links2 for null safety support. I had to fork uni_links2 to remove NFC and then forked your project to point uni_links2 to my repo, a big mess.

I actually came here bearing good news, uni_links has just updated to null safety, so I would really appreciate if you could go back to using the original uni_links package

@ezet
Copy link
Owner

ezet commented Feb 9, 2022

Fixed

@ezet ezet closed this as completed Feb 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed iOS
Projects
None yet
Development

No branches or pull requests

3 participants