Hey all,
I've created a ServiceProvider that provides Top Shelf items. My original dummy code worked fine and my hard-coded object was displayed. I've now started coding the dynamic update, but it's not working. However, all my debugging code (NSLog) is not showing up in the debugger when my app runs.
I assuming I have to attach to the TVService Extension to see that output, but I'm not sure how to do that fast enough so that I can catch the logging when the app starts. I can see that some of it is working, because I can see my app hitting the json stored on my webserver. 🙂
Tips or advice appreciated!