Closed dmur closed 10 years ago
sorry, just realized that this is actually fixed by de5eea933273eac2a39f379035df1045370fcf95, but the Cocoapods version isn't up to date. So, I just pointed my Podfile to this git repository to grab that change, and things are all good now.
In TestFlight builds I get a seg fault which I seem to have narrowed down to the line
Thought I might workaround the crash (or at least get a better idea of why it happens) by wrapping that code in a
if ([layer respondsToSelector:@selector(particlePath)])
, but the crash still occurs.It's not reproducible in simulator or on device with a development build, only occurs in TestFlight builds (or possibly any Production build).
Obviously/unfortunately this blocks me from using the project. Crash log included below.
Exception Type: EXC_CRASH (SIGSEGV) Exception Codes: 0x0000000000000000, 0x0000000000000000 Triggered by Thread: 1
Thread 0: 0 libsystem_kernel.dylib 0x0000000191b561b4 open + 8 1 AppName 0x00000001001296dc tf_open_file_no_create + 12 2 AppName 0x000000010012afe8 tf_send_crash_report + 184 3 AppName 0x0000000100131a88 TFSignalHandler + 464 4 libsystem_platform.dylib 0x0000000191bd3b18 _sigtramp + 68 5 AppName 0x000000010018dd9c CLSSignalHandler + 224 6 libsystem_platform.dylib 0x0000000191bd3b18 _sigtramp + 68 7 AppName 0x00000001001d7f98 __29-[UIView(Explode) lp_explode]_block_invoke (UIView+Explode.m:119) 8 CoreFoundation 0x0000000184f54a58 NSArrayEnumerate + 464 9 AppName 0x00000001001d7ec0 -[UIView(Explode) lp_explode] / (UIView+Explode.m:113)