I am new to creating plug-ins for the Apple Mail Application, and I want to create Apple Mail plugin for OSX.
I have created a project under "Installer Plug-in" (Application Plug-in -> Installer Plug-in) in Xcode, but I can't debug that project like a simple iOS application.
Is it possible?
If it is possible then please help me.
I have find the solution of this problem.
Just follow the steps for debug the Plugins code in Xcode.
Step 1 = Go to Edit scheme in your Xcode and go to Edit scheme = >.
Step 2=Select Run and info tab from side window and select Executable Application from the drop down list (in my case Mail app from Application->Mail)
Keep your application running ant try to debug your Plugin source code....... its works for me fantastic..