I built my app with Xcode16 and now the app is crashing. I suspect that the dynamic actor isolation check is the cause, so I'm trying to set the "-disable-dynamic-actor-isolation" flag, but the app crashes, so I don't think I'm setting it correctly.
How to set "-disable-dynamic-actor-isolation" flag?
Swift Complier - Custom Flags Other Swift Flags Debug Any Architecture | Any SDK -disable-dynamic-actor-isolation Release Any Architecture | Any SDK -disable-dynamic-actor-isolation
I have it set up as shown above.