Re: dyld-problem
Re: dyld-problem
- Subject: Re: dyld-problem
- From: "Peter O'Gorman" <email@hidden>
- Date: Wed, 30 Aug 2006 21:46:55 +0900
On Aug 30, 2006, at 7:15 PM, Ruedi Heimlicher wrote:
Hi
My project than ran fine under ppc, using the Sequence Grabber
without problems.
Now, cross-developping on an MacBook, in runs fine as i386-App.
Compiling as ppc-app, it also compiles and runs fine, but I get the
warning:
CFLog (21): dyld returns 2 when trying to load /System/Library/
Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/
Contents/MacOS/AppleHDAHALPlugIn
The AppleHDAHALPlugIn is present at the given address and has read
permissions.
The app does everything it should do, but what does that warning mean?
Something is trying to load that bundle, and is finding that it is
not universal. If you run lipo -info /System/Library/Extensions/
AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/
MacOS/AppleHDAHALPlugIn, what does it say?
If it is thin, you should probably file a bug.
Peter
_______________________________________________
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
References: | |
| >dyld-problem (From: Ruedi Heimlicher <email@hidden>) |