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: Michael Babin <email@hidden>
- Date: Fri, 17 Aug 2012 06:51:07 -0500
On Aug 16, 2012, at 9:23 PM, Jerry Krinock <email@hidden> wrote:
>
> 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?
Cmd-Shift-G in the Open panel, type in the path to the app bundle (allows you to navigate into the app bundle and select an embedded executable).
_______________________________________________
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