Breakpoints are not being triggered during debugging. I discovered it\'s because of optimised code.
How can you disable optimisation? I\'ve walked through every t
In Xcode, look under 'Build Settings' for your target, scroll to 'Swift Compiler - Code Generation' and then 'Optimization Level'. Ensure that 'None' is selected.