Re: Cocoa Speech Wrapper?
Re: Cocoa Speech Wrapper?
- Subject: Re: Cocoa Speech Wrapper?
- From: John Randolph <email@hidden>
- Date: Tue, 19 Aug 2003 10:25:03 -0700
On Friday, August 15, 2003, at 1:19 PM, Seth Willits wrote:
I found the SpeechUtilities framework but it doesn't work for me. I
included it in my project, imported the header file, and made a copy
build phase to copy the framework into my package, but when the built
application starts up, it crashes because it says that the
SpeechUilities file can't be opened or doesn't exist - the typical
error for a typo or forgetting to include the framework, but I don't
have either.
You shouldn't need to copy the framework into your package, since it's
already present in System/Library/Frameworks. I think your app is
crashing because it's trying to load a framework that's already
accounted for.
-jcr
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.