My console isn't showing additional log statements

I’m currently on page 281 where I’ve added the saveChanges method as a call back to the didEnterBackgroundNotification and my app is working correctly and I’m getting the output Saved all of the items but for whatever reason my xcode currently isn’t displaying anything else in the console. Anyone know what might be going on here?

Compare your code to listing 13.7 on page 277. Did you add the print statement at the beginning of the function?

yeah, that line itself prints but not the other regular standard console output i expect to see from a running program (which the book itself also seem to reference). I ended up just separately printing out the itemArchiveURL to get the location but it would be nice to figure out how I can make regular logs show up.