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

Version 1.42 crashes on ios 12. #1185

Closed
Tallyb opened this issue Jun 17, 2022 · 5 comments
Closed

Version 1.42 crashes on ios 12. #1185

Tallyb opened this issue Jun 17, 2022 · 5 comments

Comments

@Tallyb
Copy link

Tallyb commented Jun 17, 2022

Version 1.42 is not compliant with iOS 12 and cause the app to crash.
The crash is due to LinkPresentation.framework not being found, it is a framework that is used for ios 13 and above and it's supposed to have a "weak link" on ios 12 .
I am not sure if iOS 12 is intended to be further supported, but it would be great to have this fixed.

@danielkramer
Copy link

I'm seeing the same issue, though I can just test in the simulator and getting:

dyld: Library not loaded: /System/Library/Frameworks/LinkPresentation.framework/LinkPresentation Referenced from: /Users/danielkramer/Library/Developer/CoreSimulator/Devices/B2E846A1-BE50-4FDA-B419-9E25A238C592/data/Containers/Bundle/Application/CDC663EC-8707-4079-9752-DAD95F88FFD8/Upwords.app/Frameworks/Branch.framework/Branch Reason: image not found

@punyapat-s
Copy link

Same error here

dyld: Library not loaded: /System/Library/Frameworks/LinkPresentation.framework/LinkPresentation
  Referenced from: /Users/perth/Library/Developer/CoreSimulator/Devices/3BC82E69-E20F-4CCA-98CF-6DEFD4A3C1AB/data/Containers/Bundle/Application/920E3E8F-1C14-4682-9D50-A5646D119D14/Pomelo.app/Frameworks/Branch.framework/Branch
  Reason: image not found

@Deloww
Copy link

Deloww commented Jun 18, 2022

@nsingh-branch
Copy link
Contributor

This can be solved by adding then changing the LinkPresentation.framework to "Optional" under Link Binaries With Libraries. We'll be sure to update this to be the default in our next release.

@jf-branch
Copy link
Contributor

We have released 1.43.1 that adds LinkPresentation.framework as a weak dependency in the podspec.

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

6 participants