Re: Build error on version 10.5
Re: Build error on version 10.5
- Subject: Re: Build error on version 10.5
- From: Chris Espinosa <email@hidden>
- Date: Mon, 5 Nov 2007 23:33:00 -0800
On Nov 5, 2007, at 11:07 PM, Winston Ma wrote: I currently have a software working on version 10.4 and I'd like to re-compile the program on 10.5, using XCode 3.0. But they were during the Cross-Develop process, I had the linking problem stating the following:
file not found: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/AE.Framework/Versions/A/AE
I'd like to know what happened? Thanks.
This framework moved from ApplicationServices.framework to CoreServices.framework so old direct references to it are invalid. Remove AE.framework from your target and add CoreServices.framework and things should work again.
Chris |
_______________________________________________
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