react-native-tracking-transparency icon indicating copy to clipboard operation
react-native-tracking-transparency copied to clipboard

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

Open kashmiry opened this issue 2 years ago • 1 comments

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

kashmiry avatar Sep 05 '21 14:09 kashmiry

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

musti-91 avatar Sep 15 '21 14:09 musti-91