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

App breaking on (iOS < 14) dyld: Library not loaded #14

Open
kashmiry opened this issue Sep 5, 2021 · 1 comment
Open

App breaking on (iOS < 14) dyld: Library not loaded #14

kashmiry opened this issue Sep 5, 2021 · 1 comment

Comments

@kashmiry
Copy link

kashmiry commented Sep 5, 2021

After installing the package the app works fine on iOS 14 but any version before that the app does not run.
I get this error.

dyld: Library not loaded: /System/Library/Frameworks/AppTrackingTransparency.framework/AppTrackingTransparency
  Referenced from: /Users/kash/Library/Developer/CoreSimulator/Devices/FE2B596E-88F2-43A5-8801-0EC1665C69E2/data/Containers/Bundle/Application/A96FC8FA-34BA-4322-86EE-860382C37B2A/jdwelreact.app/jdwelreact
  Reason: image not found

I found this solution on stack overflow. It's working for me now on all iOS versions, is this the right fixed? If so I think it should be added to the documentation, as I sadly released an update to the app store, and now all users on iOS < 14 the app is crashing for them. This is very important to mention.
Thank you

@musti-91
Copy link

I think the solution provided is also a good one.
for me, don't have an issue for older versions

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