Hi all,
In XCode 7, when I enabled Swift optimization for my target, I am getting EXC_BAD_INSTRUCTION exceptions where there were none if compiled by XCode 6.3.
Unfortunately, nothing is printed on the Console when it happens, and the address sanitizer or Zombies find nothing.
Is anybody else seeing this?
So far I cannot make a clear and small reproducible case (smaller than the whole project) in order to file a bug.