Re: Framework MIA (NI488) after upgrading Xcode (4.2.1 -> Version 4.4)
Re: Framework MIA (NI488) after upgrading Xcode (4.2.1 -> Version 4.4)
- Subject: Re: Framework MIA (NI488) after upgrading Xcode (4.2.1 -> Version 4.4)
- From: Jean Suisse <email@hidden>
- Date: Fri, 10 Aug 2012 10:05:54 +0200
Jerry,
Thank you for your reply.
Well, everything checks out. I added /Library/Frameworks to the Header Search Paths.
Now, I am getting more of a linker error. The framework's status remains "not found" by the linker.
On 10 août 2012, at 07:14, Jerry Krinock wrote:
>
> Probably no one will ever qualify as an "expert" in linking frameworks in Xcode, so I'll give this a shot :))
>
> On 2012 Aug 09, at 08:41, Jean Suisse <email@hidden> wrote:
>
>> ld: framework not found NI488
>
> Find the framework in the Navigator view, then look in the Utilties (the view on the right), and under "Target Membership", make sure that the checkbox for the target app is switched on.
>
> To verify, select your app in the navigator. Then in the main editor area, source list on the left, select the app target. Just to the right, expand "Link Binary with Libraries" and make sure that your framework is listed there.
>
>> so I was forced to use the full path
>>
>> #import </Library/Frameworks/NI488.framework/Versions/2/Headers/NI488.h>
>
> It seems like /Library/Frameworks would be a "built in" header search path, but it would be interesting to see if the shorter version would work if you added "/Library/Frameworks" to the target's (or project's) Build Settings ▸ Header Search Paths. That's the usual way to fix "can't find framework header" problems.
>
>
> _______________________________________________
> 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