Is there a way to force debug symbols off ?

I know you can set neverStripDebugInfo = true to force debug symbols on.

Out of interest is there a way to force them off ?

I Want to perform some testing on iOS but as it’s still in development symbols are on by default. Would love to see ** behaviour ** with them off to check the code will run when formally releases with symbols off ?

Thanks

Testflight build I believe would not have the dev symbols on. Just build with a distribution key and send it to apple like you would do a normal build (don’t send symbols) and then set up for testing.

Testflight build I believe would not have the dev symbols on. Just build with a distribution key and send it to apple like you would do a normal build (don’t send symbols) and then set up for testing.