Open lexxxel opened 2 years ago
Looks like this issue occurs because xcode strips the binary. Disabling stripping fixes the issue, but this should not be the solution
@lexxxel how do you disable the stripping in XCode?
there you go - by the way this is not the optimal setting, just the first one that worked for us.
For us, what worked was:
Stip Linked Product = Yes
Strip Style = Debugging Symbols
Strip Swift Symbols = Yes
After compiling my project in release mode. I'm able to start the binary. If I archive it via Xcode and export it as *.app, I get the following stack trace: