I am having some trouble with the AppTrackingTransparency framework crashing my app for a number of users.
I have identified the solution, as described here:
https://developer.apple.com/forums/thread/659733
The relevant bit is the last post:
“Remember to make the framework optional in Build Phases -> Link Binary With Libraries to support older iOS versions”
How can I accomplish this with the iOS Project Builder?
Thanks!
:: @TopCog added on 05 Jul ’22 · 14:46
In case it's relevant, the actual crash my users get is this:
dyld: Library not loaded: /System/Library/Frameworks/AppTrackingTransparency.framework/AppTrackingTransparency
And another thread describing said problem and the same solution I mentioned above:
https://stackoverflow.com/questions/64472144/ios-13-library-not-loaded-apptrackingtransparency-framework-apptrackingtransp