loading Quicktime Framework
Is there a reason I can't load the quicktime framework? Should I try generating Bridge Support files for it first? I saw this warning in matts book about needing to generate new Bridge Support files but it sounds like that's for pre 10.7. Am I right? I can't quite make it out. http://ofps.oreilly.com/titles/9781449380373/_one_step_deeper.html#_using_ob... I'm on 10.7.2 here's the error framework at path `/System/Library/Frameworks/QuickTime.framework' cannot be loaded: Error Domain=NSCocoaErrorDomain Code=3585 "The bundle “QuickTime Framework” couldn’t be loaded because it doesn’t contain a version for the current architecture." Thanks guys for any help.
I use QTKit in one of my MacRuby Apps on 10.7+ dw On Tue, Jan 10, 2012 at 10:23 AM, Arron Mabrey <arron@mabreys.com> wrote:
Is there a reason I can't load the quicktime framework? Should I try generating Bridge Support files for it first?
I saw this warning in matts book about needing to generate new Bridge Support files but it sounds like that's for pre 10.7. Am I right? I can't quite make it out.
http://ofps.oreilly.com/titles/9781449380373/_one_step_deeper.html#_using_ob...
I'm on 10.7.2
here's the error
framework at path `/System/Library/Frameworks/QuickTime.framework' cannot be loaded: Error Domain=NSCocoaErrorDomain Code=3585 "The bundle “QuickTime Framework” couldn’t be loaded because it doesn’t contain a version for the current architecture."
Thanks guys for any help.
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
Quicktime is only supported for 32-bit architectures. MacRuby currently defaults to building 64-bit, so you would have to go through QTKit to access Quicktime functionality. Alternately (and preferably) you should look into using AVFoundation for video. - Josh On Tuesday, January 10, 2012 at 12:23 PM, Arron Mabrey wrote:
Is there a reason I can't load the quicktime framework? Should I try generating Bridge Support files for it first?
I saw this warning in matts book about needing to generate new Bridge Support files but it sounds like that's for pre 10.7. Am I right? I can't quite make it out. http://ofps.oreilly.com/titles/9781449380373/_one_step_deeper.html#_using_ob...
I'm on 10.7.2
here's the error
framework at path `/System/Library/Frameworks/QuickTime.framework' cannot be loaded: Error Domain=NSCocoaErrorDomain Code=3585 "The bundle “QuickTime Framework” couldn’t be loaded because it doesn’t contain a version for the current architecture."
Thanks guys for any help. _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org (mailto:MacRuby-devel@lists.macosforge.org) http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
participants (3)
-
Arron Mabrey
-
Daniel Westendorf
-
Joshua Ballanco