core data - iOS Simulator Console Stops Printing if App Restarted -
i've developed app uses coredata - if run it, works fine , logs appropriately in console can see what's going on.
all database stuff works, no errors anywhere , parts of app seem work appropriately. it's pulling appropriate data , spitting out in console.
i wanted see happens if user closes app, reopens app - if continues work appropriately. when close app in simulator - reopen it, console no longer logging anything. text getting printed console no longer appearing.
is intended design of simulator?
i don't think there's way catch messages come through app restarting, once has started can attach again attach process in xcode debug menu.
Comments
Post a Comment