Has anyone been able to find any documentation on XCUITest? I haven't had much success with it. I've watched the video a few times and it doesn't work as easily as is shown. I can't find any other sources of documentation other than reading the few comments in a couple of header files. I'm so frustrated...
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Hi, I was trying to create an automator plugin for the first time, but the documentation for this appears to be very dated. It suggested that I would be able to debug this by running the Automator executable with my plugin name/location as an argument (spcifically -action "${BUILT_PRODUCTS_DIR}/${FULL_PRODUCT_NAME}"). However, when I tried to run within Xcode, all I see is this message:Message from debugger: cannot attach to process due to System Integrity ProtectionSince the "System Integrity Protection" is new, I am guessing that the automator plugin documentation was not updated to show how we can debug such a plugin. Are Automator plugins no longer supported? If they are, does anymoe know how to debug one?Best,Jaime