You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you include "assert()" in the source code they don't seem to be evaluated. To reproduce the error just try assert(false). Nothing happens when executing.
The text was updated successfully, but these errors were encountered:
Of course, I didn't think about it. Thanks for clarifying.
However I would suggest to switch off optimization (-Onone) because the application is meant for people to "play" with Swift.
Another option would be to write a warning text about assert() not working.
If you include "assert()" in the source code they don't seem to be evaluated. To reproduce the error just try
assert(false)
. Nothing happens when executing.The text was updated successfully, but these errors were encountered: