Re: Debugging iPhoto plugins
Re: Debugging iPhoto plugins
- Subject: Re: Debugging iPhoto plugins
- From: Han Ming Ong <email@hidden>
- Date: Sun, 17 Apr 2011 14:09:07 -0700
On Apr 17, 2011, at 3:27 AM, Alejandro Visiedo García wrote:
> Hello friends!
>
> i'm developing a plugin to iPhoto to upload photos to social networks!
>
> i have a project from xCode 3 that i upgrade to xCode 4! from this project i can debugging plugin on iPhoto perfect! but i have created a new xCode 4 from scratch to build the same plugin, but well done!
>
> In the new xCode 4 project! When i try to debug the plugin, it same like xCode can't find iPhoto executable!
>
> I receive the next message in a pop-up dialog!
> | Error Starting Executable 'iPhoto'
> |
> | No executable file specified.
> | Use the "file" or "exec-file" command.
>
> However, when i open the scheme editor of the project, i can see in the info panel the next:
>
> Build Configuration: Debug
> Executable: iPhoto.app
> Debugger: GDB
> Launch:
> (o) Automatically
> ( ) wait for iPhoto.app launch
That looks about right. Could you make sure that you are actually pointing to the right iPhoto.app path? You may have to the 'Other…' option to choose iPhoto app first.
Failing that, please enable gdb logging
defaults write com.apple.dt.Xcode IDEGDBLogToFile </path/to/log>
The log will show you the path of the file that you are trying to run.
Han Ming
>
> It is the same configuration that i have in the project upgraded from xCode 3 to xCode 4.
>
> Any idea???
>
> Thanks!
>
> Best Regards!
> ____________________________________
> Alejandro Visiedo García
> web: http://devsensation.es
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Xcode-users mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden