iOS12 crashes on ipa created with Xcode15

Hello Guys.

Crash when launching the app on iOS12.
There seems to be an optimization problem, but I don't know how to deal with it.
iOS Deployment Taget is iOS12.0.
I'm using Xcode15 Beta8.

Any ideas on how to fix this?

Thanks.

MyApp(2987,0x104a82b80) malloc: *** error for object 0x105591ed0: pointer being freed was not allocated
MyApp(2987,0x104a82b80) malloc: *** set a breakpoint in malloc_error_break to debug

This is clearly a memory corruption issue. I recommend that you deploy the standard memory debugging tools tools.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

take a look this issue:

https://developer.apple.com/forums/thread/736970

@eskimo It is an optimization bug ?

@eskimo @liaowei

Hi.
Thank you for your reply.

This issue was resolved with Release Candidate in Xcode15.
Thank you for your kind cooperation.

iOS12 crashes on ipa created with Xcode15
 
 
Q