Since compiling our app for iOS 17, Devices running iOS 12 crash on start. The debugger doesn't even call didFinishLaunchingWithOptions
before the crash.
Seems to point to ImageLoaderMachO::
error
Did I miss a memo on something new we have to do now when supporting images for iOS
12 and below?
Thanks to Larme's comment and link.
The issue appears to be with linking. Adding
-Wl,-ld_classic
inOTHER_LDFLAGS
in the target Build Settings is the fix.