When I add those lines to the main() function and run the project on a tvOS simulator from Xcode, it prints test1 to the Xcode console, and then nothing else happens. The program that was being run just ends, the simulator shows the main menu after a while (as is normal when an application crashes), and Xcode shows absolutely nothing. The top bar of Xcode says Finished running (this project) on Apple TV, and there is no other reaction. The debugger does not start, nor is the line where the crash happens highlighted.If I build the project for iOS, and run it on an iOS simulator, then it prints that test1 to the console, and the debugger starts as it should, highlighting the offending line with a message Thread 1: EXC_BAD_ACCESS (code=1, address=0x0). I can write commands into the debugger (such as bt), and it works fine.As commented earlier, this is probably something related to my particular setup, because when the same project is run on a coworke