Post

Replies

Boosts

Views

Activity

Reply to XCODE 15.2 debugging unable to print at console
Same here. I run Xcode 15.2 on Sonoma 14.2, iMac Retina 5K, 27", 2019, 3,6 GHz 8-Core Intel Core i9. I have a fairly large and old project which I really depend on, but debugging iOS stopped working reliably. I do not see NSLog messages any more (console is visible, of course) and breakpoints get ignored if I do not start the iOS app manually instead of from the scheme. But on the same machine I can debug a new project right from a template fine. I did not find out which project settings could be wrong yet. I think this started when I installed Xcode 15, coming from Xcode 14. Did you try to debug a blank new project already?
Feb ’24
Reply to Xcode 15 breakpoints not stopping on symbolicated code
Same here. I run Xcode 15.2 on Sonoma 14.2, iMac Retina 5K, 27", 2019, 3,6 GHz 8-Core Intel Core i9. I have a fairly large and old project, but debugging iOS stopped working after update to Xcode 15. I did not see NSLog messages any more (console is visible, of course) and breakpoints got ignored if I did not start the iOS app manually instead of automatically. To see if project settings could be the culprit I made a new project from Xcode app template. Debugging worked flawlessly. Then I tried my old project again without changing anything and now everything works.
Feb ’24
Reply to Cannot find duplicate root CA for development Safari claims to have
The strange certificate came from a settings error I made in the configuration file of the framework I use (Quasar). I got the https configuration for the development server wrong and Quasar issued an ad-hoc certificate instead of using the certificate I provided. So my question boils down to why Safari won't let me accept the certificate on one of the Macs. But maybe an even better solution for that last problem: I added the mkcert root CA and the certificate I signed with this CA to my keychain, now Safari accepts https connections to localhost.
May ’24