Reading List

Attach Xcode to Multiple Processes from Michael Tsai RSS feed.

Attach Xcode to Multiple Processes

Daniel Jalkut: For these scenarios, Xcode provides a handy checkbox that can be used to automatically attach when one of an app’s XPC services is launched. Look deep in the “Options” tab of the scheme editor’s “Run Action” page[…] While this feature is great for XPC services in particular, there are many caveats. For example, […]