Re: Debugging helpers inside a main bundle app
Re: Debugging helpers inside a main bundle app
- Subject: Re: Debugging helpers inside a main bundle app
- From: Jerry Krinock <email@hidden>
- Date: Thu, 16 Aug 2012 19:23:54 -0700
On 2012 Aug 16, at 09:30, Han Ming Ong <email@hidden> wrote:
> In the Scheme editor for the helper target, go to the Info tab. Make the 'executable' point to the actual one in the app bundle.
I run into a snag when doing that. Here is my step-by-step interpretation…
• Click the left edge of the "Scheme" popup menu in the toolbar.
• Click "Manage Schemes".
• Click the desired helper target.
• Click button "Edit".
• Click tab "Info".
• Click popup menu "Executable".
• Click menu item "Other".
• Note from the "Open" navigation sheet which appears that the current executable is the one which is loose in ../Build/Products/Debug/.
Indeed, this is not going to work, because of the @loader_path/../ in the frameworks. As Han indicated, I need to select instead the executable in the app bundle. But I cannot do this because the "Open" navigation sheet does not allow me to navigate into an app bundle (package).
I suppose I could do it with a symbolic link, but what is the better way?
Thanks,
Jerry Krinock
_______________________________________________
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