Hi,
When I try to debug a finder sync extension, I launch the finder but the init method of the extension is never called. The Debug navigator says 'waiting to attach'.
I am using XCode 6.4 and macos 10.10.5.
Can you help me please.
Regards
Hi, I just had the same problem. My first attempt was to create an empty project and add the finder sync target and I got the same behaviour you describe. My second attempt was to create a new cocoa application and add the finder sync target. This time it worked perfectly. Hope that helps!