On May 25, 2011, at 21:27:33, Harvey Chapman wrote: > On May 26, 2011, at 12:11 AM, Peter Hosey wrote: >> So, what happens when you build GrowlTunes? Please send us the full build >> output. > > see attached > > <growltunes_build.txt>
Ah, I see the problem: CreateUniversalBinary build/Debug/Growl.framework/Versions/A/Growl normal "x86_64 i386 ppc ppc" It's because you have Xcode 3.2.5, and the change they made that dropped ppc from the default list of architectures (to which we add ppc) happened in 3.2.6. One solution is to update to Xcode 3.2.6. The other is to remove ppc from the list of architectures for the Growl.framework target in the Growl project. -- You received this message because you are subscribed to the Google Groups "Growl Discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/growldiscuss?hl=en.
