On 19 May 2011, at 14:50, Kris wrote: > I just tried to submit a new app the Apple's Mac App Store and it got > rejected for using PPC Architecture. I'm using Xcode 4, which as far > as I understand doesn't have any PPC support, but double checking the > build settings my project doesn't contain PPC Architectures. Doing > some research I've found other people that have had the same problem > and have found the problem has been caused by 3rd party frameworks > that still contain PPC architecture. THe only 3rd party framework I'm > using is Growl's, is it possible to get a copy of the framework built > with out PPC frameworks so Apps that use it wont be rejected by the > Mac App Store. I'd love to use growl in my app, but if I can't get my > app on the App store I'll have to drop support :( >
This has come up on the growl development list recently. It is possible to use the lipo tool to get rid of the ppc portion from the growl.framework binaries; I think that has been settled on for the moment as the ‘accepted’ solution/workaround for now. see also: http://code.google.com/p/growl/issues/detail?id=191 -- 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.
