Re: Framework not found on PPC machine
Re: Framework not found on PPC machine
- Subject: Re: Framework not found on PPC machine
- From: Walter <email@hidden>
- Date: Tue, 13 Feb 2007 16:40:49 -0500
- Thread-topic: Framework not found on PPC machine
I've tried setting the "install_name" but that doesn't seem to have any
effect. The PPC version is still attempting to load the framework from the
build folder instead of /Library/Frameworks.
Since I didn't build the framework on the PPC machine, the app crashes right
away. The error message is:
dyld: Library not loaded: <path to the build folder of my framework>
Referenced from: <my app>
Reason: Image not found
It doesn't seem to be checking /Library/Frameworks for the framework like
the docs say it should.
Anyone know how to force an app to load frameworks from /Library/Frameworks
or have any ideas of what might be wrong?
Walter
On 2/13/07 1:45 PM, "Walter" <email@hidden> wrote:
> How do you set the "install_name" of a framework?
>
> I looked at the xcode settings but didn't find anything about this setting.
>
> Walter
>
> ------ Forwarded Message
> From: Finlay Dobbie <email@hidden>
> Reply-To: <email@hidden>
> Date: Tue, 13 Feb 2007 17:24:06 +0000
> To: Walter <email@hidden>, carbon-dev list
> <email@hidden>
> Subject: Re: Framework not found on PPC machine
>
> Ensure that you are correctly setting the install_name of your
> framework. If you have further questions, they may be better directed
> at the xcode-users list.
>
> -- Finlay
>
> On 13/02/07, Walter <email@hidden> wrote:
>> My app is built as a universal binary. On Intel machines, all of my
>> frameworks are found in /Library/Frameworks. On PPC machines, it attempts
>> to find a specific framework in the folder that it was built in even though
>> it exists in /Library/Frameworks.
>>
>> I have this setting in my app
>> FRAMEWORK_SEARCH_PATHS = /Library/Frameworks
>>
>> Is there another setting I should be using?
>>
>> For PPC I'm using the 3.3 C++ compiler if that makes a difference...
>>
>> Walter
>>
>>
>> _______________________________________________
>> Do not post admin requests to the list. They will be ignored.
>> Carbon-dev mailing list (email@hidden)
>> Help/Unsubscribe/Update your Subscription:
>>
>> This email sent to email@hidden
>>
>
> ------ End of Forwarded Message
>
>
> _______________________________________________
> 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