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
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.
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