Crash on start on iOS 12

195 views Asked by At

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?

1

There are 1 answers

0
JSA986 On

Thanks to Larme's comment and link.

The issue appears to be with linking. Adding -Wl,-ld_classic in OTHER_LDFLAGS in the target Build Settings is the fix.